Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-30 12:52:28 +00:00
parent a9d3868cd1
commit 5aa18672e4

View File

@ -97,6 +97,11 @@ cd droidcam && ./install-client && ./install-video
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_2.0.4_amd64.deb -y
# Logiciel hors dépots : Rustdesk
wget "https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.lnx/x64/libsciter-gtk.so" -P /usr/local/lib/
wget "https://github.com/rustdesk/rustdesk/releases/download/1.1.9/rustdesk-1.1.9.deb" -P /tmp/wibian/
nala install /tmp/wibian/rustdesk-1.1.9.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
notify-send -i $builddir/icones/sympatech_logo_rouge.png "Attention" "Redémarrage imminent après l'installation des paquets flatpak" -t 0 notify-send -i $builddir/icones/sympatech_logo_rouge.png "Attention" "Redémarrage imminent après l'installation des paquets flatpak" -t 0