Actualiser install.sh

This commit is contained in:
wilou 2024-04-22 19:39:47 +00:00
parent dc6266331b
commit b2d8286be9

View File

@ -160,6 +160,15 @@ apt install -y $release
#wget $(curl -L -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep -o -E $package) -P /tmp/wibian/
#apt install -y /tmp/wibian/youtube-music_*.deb
# Logiciel hors dépôts : PVE VDI Client
apt install -y python3-pip python3-proxmoxer python3-tk virt-viewer
git clone https://github.com/joshpatten/PVE-VDIClient.git
cd ./PVE-VDIClient/
pip3 install PySimpleGUI --break-system-packages
cp vdiclient.py /usr/local/bin
chmod +x /usr/local/bin/vdiclient.py
cd $builddir
# Flatpak (reboot nécéssaire)
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub \