This commit is contained in:
kyodev 2017-07-31 15:37:15 +02:00
parent 99bf833d49
commit 0aa8317e7a
2 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version=2.8.1
version=2.8.2
date="30/07/2017"
projet="simpledebian"
contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues"
@ -353,16 +353,17 @@ dirname "$0" | grep -q 'bin' || fscript_install
"voir https://kyodev.frama.io/kyopages/scripts/getFlashPlayer/#installation-rapide-du-script"
case "$1" in
"install" )
install )
fflash_install;; # installation plugin
"remove" )
remove )
fflash_remove ;; # désinstallation plugin
"version" )
--version | -version ) ;; # affiche version script
version )
fflash_get_version
fscript_get_version ;; # version plugin en ligne & installée
"sysremove" )
sysremove )
fscript_remove ;; # désinstallation du script
"upgrade" )
upgrade )
opType="upgrade"
f__log="tests mise à jour"
fscript_get_version
@ -370,7 +371,7 @@ case "$1" in
[ "$flash_installed" == "ko" ] && exit 0
fflash_get_version
fflash_upgrade ;; # upgrade script et plugin si installé
"manuel" )
manuel )
fflash_install_manuel "$2" ;; # installation manuelle d'un chargement
* )
fflash_help

View File

@ -1,5 +1,9 @@
# changelog getFlashPlayer
## 2.8.2 31/07/2017
* option version script
## 2.8.1 30/07/2017
* lifting