Actualiser install.sh

This commit is contained in:
wilou 2024-02-15 08:43:53 +00:00
parent 7ab95ea2c6
commit 15feea9a8d

View File

@ -141,7 +141,7 @@ release=$(ls /tmp/wibian/webapp-manager_1.* | tail -1)
sudo nala install -y $release sudo nala install -y $release
# 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 -y python3-pip python3-proxmoxer python3-tk virt-viewer
git clone https://github.com/joshpatten/PVE-VDIClient.git git clone https://github.com/joshpatten/PVE-VDIClient.git
cd ./PVE-VDIClient/ cd ./PVE-VDIClient/
pip3 install PySimpleGUI --break-system-packages pip3 install PySimpleGUI --break-system-packages