Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-30 16:16:49 +00:00
parent 3e417abd61
commit a9e07d4fbf

View File

@ -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/