kyopages/scripts/sdeb

36 lines
831 B
Plaintext
Raw Normal View History

2017-08-27 15:35:08 +02:00
#!/bin/bash
2017-09-11 09:24:36 +02:00
version=11/09/2017
2017-08-27 15:35:08 +02:00
if [ $EUID -ne 0 ]; then
echo "vous devez être ROOT pour installer les scripts dans le système"
fi
2017-08-27 17:57:48 +02:00
echo -e "\nInstallation des scripts sdeb"
echo -e "============================="
2017-08-27 15:35:08 +02:00
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
2017-09-11 09:24:36 +02:00
wget -O getThunderbird https://framagit.org/kyodev/kyopages/raw/master/scripts/getThunderbird
chmod +x getThunderbird
2017-08-27 15:35:08 +02:00
./getInfo -i
./getIp -i
./getFirefox
./getFlashPlayer
2017-09-11 09:24:36 +02:00
./getThunderbird