Mise à jour de 'install.sh'
This commit is contained in:
parent
d085440ca3
commit
aa665268d0
10
install.sh
10
install.sh
@ -75,8 +75,8 @@ unzip themes.zip -d /home/$username/.themes/
|
||||
chown -R $username:$username /home/$username/.themes/
|
||||
|
||||
# Logiciel hors dépôts : Applications Web
|
||||
wget "http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.2.8_all.deb" -P /tmp/packages/
|
||||
nala install /tmp/packages/*deb -y
|
||||
wget "http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.2.8_all.deb" -P /tmp/wibian/
|
||||
nala install /tmp/wibian/webapp-manager_1.2.8_all.deb -y
|
||||
|
||||
# Logiciel hors dépôts : PVE VDI Client
|
||||
nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y
|
||||
@ -88,11 +88,13 @@ chmod +x /usr/local/bin/vdiclient.py
|
||||
|
||||
# Logiciel hors dépots : DroidCamX
|
||||
nala install linux-headers-`uname -r` gcc make -y
|
||||
cd /tmp/packages/
|
||||
cd /tmp/wibian/
|
||||
wget -O droidcam_latest.zip https://files.dev47apps.net/linux/droidcam_1.8.2.zip
|
||||
unzip droidcam_latest.zip -d droidcam
|
||||
cd droidcam && ./install-client && ./install-video
|
||||
|
||||
# Logiciel hors dépots : Deskreen
|
||||
|
||||
# Envoi du message de notification
|
||||
notify-send -i $builddir/icones/sympatech_logo_bleu.png "Information" "Le script d'installation touche bientôt à sa fin" -t 0
|
||||
notify-send -i $builddir/icones/sympatech_logo_rouge.png "Attention" "Redémarrage imminent après l'installation des paquets flatpak" -t 0
|
||||
@ -135,7 +137,7 @@ chown -R $username:$username /home/$username/.config/autostart/
|
||||
|
||||
# Suppression des sources d'installation du script
|
||||
rm -r $builddir
|
||||
rm -r /tmp/packages/
|
||||
rm -r /tmp/wibian/
|
||||
|
||||
# Message de fin
|
||||
echo "Bisous" | figlet -f big
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user