From b2d8286be953e50c30c130f12ea1b6246c53bb13 Mon Sep 17 00:00:00 2001 From: wilou Date: Mon, 22 Apr 2024 19:39:47 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install.sh b/install.sh index adf508f..fee8559 100644 --- a/install.sh +++ b/install.sh @@ -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 \