diff --git a/install.sh b/install.sh index 3f6fbf5..c6f920a 100644 --- a/install.sh +++ b/install.sh @@ -98,7 +98,6 @@ mate-screensaver \ mate-system-monitor \ mate-tweak \ mate-utils \ -numlockx \ peek \ pluma \ qshutdown \ @@ -115,12 +114,12 @@ synaptic \ xscreensaver-gl # Installation des paquets utilitaires -nala install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-tools speedtest-cli stress s-tui swaks testdisk tldr tlp whois wmctrl xdotool +nala install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-tools numlockx speedtest-cli stress s-tui swaks testdisk tldr tlp whois wmctrl xdotool # Installation des logiciels en fonction du profil d'utilisation (décommenter selon le besoin) # nala install -y blender # nala install -y cheese -nala install -y geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode +# nala install -y geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode # nala install -y gimp # nala install -y hugin # nala install -y imagination @@ -156,6 +155,7 @@ cd ./PVE-VDIClient/ pip3 install PySimpleGUI --break-system-packages cp vdiclient.py /usr/local/bin chmod +x /usr/local/bin/vdiclient.py +cd $builddir # Logiciel hors dépots : Deskreen package="https://(.*)deskreen_(.*).deb" @@ -167,6 +167,14 @@ package="https://(.*)youtube-music_(.*).deb" wget $(curl -L -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep -o -E $package) -P /tmp/wibian/ nala install -y /tmp/wibian/youtube-music_*.deb +# Logiciel hors dépots : DroidCam +nala install -y libavutil-dev libswscale-dev libasound2-dev libspeex-dev libusbmuxd-dev libplist-dev libturbojpeg0-dev linux-headers-`uname -r` gcc +package="https://(.*)droidcam_(.*).zip" +wget $(curl -L -s https://api.github.com/repos/dev47apps/droidcam/releases/latest | grep -o -E $package) +unzip droidcam_*.zip -d droidcam +cd droidcam && ./install-client && ./install-video +cd $builddir + # Installation des thèmes wibian-light et wibian-dark nala install -y greybird-gtk-theme papirus-icon-theme mkdir -p /home/$username/.themes