Mise à jour de 'install.sh'
This commit is contained in:
parent
a9e07d4fbf
commit
6844e4e937
11
install.sh
11
install.sh
@ -76,7 +76,7 @@ chown -R $username:$username /home/$username/.themes/
|
|||||||
|
|
||||||
# Logiciel hors dépôts : Applications Web
|
# 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/
|
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
|
# Logiciel hors dépôts : PVE VDI Client
|
||||||
nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y
|
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
|
chmod +x /usr/local/bin/vdiclient.py
|
||||||
|
|
||||||
# Logiciel hors dépots : DroidCamX
|
# Logiciel hors dépots : DroidCamX
|
||||||
cd /tmp/wibian/
|
wget "https://files.dev47apps.net/linux/droidcam_1.8.2.zip" -P /tmp/wibian/
|
||||||
wget -O droidcam_latest.zip https://files.dev47apps.net/linux/droidcam_1.8.2.zip
|
unzip /tmp/wibian/droidcam_*.zip -d droidcam
|
||||||
unzip droidcam_latest.zip -d droidcam
|
cd /tmp/wibian/droidcam/
|
||||||
cd droidcam/
|
|
||||||
bash install-client
|
bash install-client
|
||||||
nala install linux-headers-`uname -r` gcc make -y
|
nala install linux-headers-`uname -r` gcc make -y
|
||||||
bash install-video
|
bash install-video
|
||||||
|
|
||||||
# Logiciel hors dépots : Deskreen
|
# 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/
|
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
|
# 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
|
notify-send -i $builddir/icones/sympatech_logo_bleu.png "Information" "Le script d'installation touche bientôt à sa fin" -t 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user