This commit is contained in:
kyodev 2017-06-08 14:11:37 +02:00
parent 19744e36b8
commit faee505ac0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version="0.8.0"
version="0.8.1"
projet="A définir"
contact="A venir"
date="08/06/2017"
@ -130,7 +130,7 @@ f_sysinstall(){
mkdir -p /opt/bin/
cp -d $0 /opt/bin/
ln -s /opt/bin/getFlashPlayer /usr/local/bin/getFlashPlayer &>/dev/null
#### rm $0 &>/dev/null
rm $0 &>/dev/null
f_info "$GREEN""le script est installé dans le système.\n$BLUE appel du script par$GREEN getFlashPlayer$BLUE (sans ./)"
exit 0
}