From a282ac5a6cd8dc3701689c5713f29f6a741522d4 Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 4 Mar 2023 16:51:58 +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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/install.sh b/install.sh index faa9b24..7c4a127 100644 --- a/install.sh +++ b/install.sh @@ -78,17 +78,11 @@ wget -q -O - "https://github.com/linuxmint/webapp-manager/releases/download/mast nala install /tmp/packages/*deb -y rm -r /tmp/packages/ -# RustDesk -VER_TAG=$(curl -s https://api.github.com/repos/rustdesk/rustdesk/releases/latest|grep tag_name|cut -d '"' -f 4|sed 's/v//') -wget https://github.com/rustdesk/rustdesk/releases/download/$VER_TAG/rustdesk-$VER_TAG.deb -P /tmp/packages/ -nala install /tmp/packages/*deb -y -rm -r /tmp/packages/ - # PVE VDI Client -nala install python3-pip python3-proxmoxer virt-viewer git -y +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