From a9d3868cd14bc24bab17e1cd9d33d5a21a65ff0e Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 30 Mar 2023 12:28:53 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 2d41bb9..e407eda 100644 --- a/install.sh +++ b/install.sh @@ -94,6 +94,8 @@ unzip droidcam_latest.zip -d droidcam cd droidcam && ./install-client && ./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 # 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