From 96a880d1e4701ec890e5b68e8385d8e5d384a4e8 Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 16 Mar 2023 21:24:28 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index c47f21b..0898a2a 100644 --- a/install.sh +++ b/install.sh @@ -82,12 +82,12 @@ nala install /tmp/packages/*deb -y rm -r /tmp/packages/ # PVE VDI Client -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 -cp vdiclient.py /usr/local/bin -chmod +x /usr/local/bin/vdiclient.py +#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 +#cp vdiclient.py /usr/local/bin +#chmod +x /usr/local/bin/vdiclient.py # Envoi du message de notification notify-send -i $builddir/icones/sympatech_logo_bleu.png "Information" "Le script d'installation touche bientôt à sa fin" -t 0