Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-30 12:23:01 +00:00
parent d085440ca3
commit aa665268d0

View File

@ -75,8 +75,8 @@ unzip themes.zip -d /home/$username/.themes/
chown -R $username:$username /home/$username/.themes/ chown -R $username:$username /home/$username/.themes/
# Logiciel hors dépôts : Applications Web # 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/ wget "http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.2.8_all.deb" -P /tmp/wibian/
nala install /tmp/packages/*deb -y nala install /tmp/wibian/webapp-manager_1.2.8_all.deb -y
# Logiciel hors dépôts : PVE VDI Client # Logiciel hors dépôts : PVE VDI Client
nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y 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 # Logiciel hors dépots : DroidCamX
nala install linux-headers-`uname -r` gcc make -y 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 wget -O droidcam_latest.zip https://files.dev47apps.net/linux/droidcam_1.8.2.zip
unzip droidcam_latest.zip -d droidcam unzip droidcam_latest.zip -d droidcam
cd droidcam && ./install-client && ./install-video cd droidcam && ./install-client && ./install-video
# Logiciel hors dépots : Deskreen
# Envoi du message de notification # 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_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 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 # Suppression des sources d'installation du script
rm -r $builddir rm -r $builddir
rm -r /tmp/packages/ rm -r /tmp/wibian/
# Message de fin # Message de fin
echo "Bisous" | figlet -f big echo "Bisous" | figlet -f big