11/09/2017

This commit is contained in:
kyodev 2017-09-11 09:24:36 +02:00
parent 1a21739fc6
commit d1a43810a6
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version=27/08/2017
version=11/09/2017
if [ $EUID -ne 0 ]; then
echo "vous devez être ROOT pour installer les scripts dans le système"
@ -21,6 +21,8 @@ chmod +x getFirefox
wget -O getFlashPlayer https://framagit.org/kyodev/kyopages/raw/master/scripts/getFlashPlayer
chmod +x getFlashPlayer
wget -O getThunderbird https://framagit.org/kyodev/kyopages/raw/master/scripts/getThunderbird
chmod +x getThunderbird
./getInfo -i
@ -29,3 +31,5 @@ chmod +x getFlashPlayer
./getFirefox
./getFlashPlayer
./getThunderbird