From e5f745d755a5c77a69653205a81e3bba7250b2e3 Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 4 Mar 2023 17:09:43 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7c4a127..f92d893 100644 --- a/install.sh +++ b/install.sh @@ -82,7 +82,7 @@ rm -r /tmp/packages/ nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y git clone https://github.com/joshpatten/PVE-VDIClient.git cd ./PVE-VDIClient/ -#pip3 install PySimpleGUI --break-system-packages +pip3 install PySimpleGUI --break-system-packages cp vdiclient.py /usr/local/bin chmod +x /usr/local/bin/vdiclient.py