From a9e07d4fbf1595752ab8d7419a0d872e1a8fe962 Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 30 Mar 2023 16:16:49 +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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9a20c1e..300e906 100644 --- a/install.sh +++ b/install.sh @@ -87,11 +87,13 @@ cp vdiclient.py /usr/local/bin chmod +x /usr/local/bin/vdiclient.py # Logiciel hors dépots : DroidCamX -nala install linux-headers-`uname -r` gcc make -y 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 +cd 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/