From 6844e4e937ba4c415e567081bfd1e9fc9b1ce4aa Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 30 Mar 2023 16:28:58 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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