From ec9c42b11b8e7603b1f22a72815c234ea1037c21 Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 25 Apr 2024 09:52:30 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/install.sh b/install.sh index 0a3e927..6fbe27f 100644 --- a/install.sh +++ b/install.sh @@ -139,20 +139,6 @@ wget --recursive --no-parent --no-host-directories --no-directories --accept '*w release=$(ls /tmp/wibian/webapp-manager_1.* | tail -1) apt install -y $release -# Logiciel hors dépots : Youtube music (E: Sub-process /usr/bin/dpkg returned an error code) -#package="https://(.*)youtube-music_(.*).deb" -#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 -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 \