diff --git a/install.sh b/install.sh index 300e906..9e13021 100644 --- a/install.sh +++ b/install.sh @@ -76,7 +76,7 @@ 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/wibian/ -nala install /tmp/wibian/webapp-manager_1.2.8_all.deb -y +nala install /tmp/wibian/webapp-manager_*.deb -y # Logiciel hors dépôts : PVE VDI Client nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y @@ -87,17 +87,16 @@ cp vdiclient.py /usr/local/bin chmod +x /usr/local/bin/vdiclient.py # Logiciel hors dépots : DroidCamX -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/ +wget "https://files.dev47apps.net/linux/droidcam_1.8.2.zip" -P /tmp/wibian/ +unzip /tmp/wibian/droidcam_*.zip -d droidcam +cd /tmp/wibian/droidcam/ bash install-client nala install linux-headers-`uname -r` gcc make -y bash install-video # Logiciel hors dépots : Deskreen wget "https://github.com/pavlobu/deskreen/releases/download/v2.0.4/deskreen_2.0.4_amd64.deb" -P /tmp/wibian/ -nala install /tmp/wibian/deskreen_2.0.4_amd64.deb -y +nala install /tmp/wibian/deskreen_*.deb -y # 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