This commit is contained in:
kyodev 2017-08-27 15:35:08 +02:00
parent b4cfd50007
commit 8e26daa8ff
1 changed files with 28 additions and 0 deletions

28
scripts/sdeb Executable file
View File

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