Actualiser install.sh

This commit is contained in:
wilou 2024-04-25 09:52:30 +00:00
parent fc74e38c78
commit ec9c42b11b

View File

@ -139,20 +139,6 @@ wget --recursive --no-parent --no-host-directories --no-directories --accept '*w
release=$(ls /tmp/wibian/webapp-manager_1.* | tail -1) release=$(ls /tmp/wibian/webapp-manager_1.* | tail -1)
apt install -y $release 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 (reboot nécéssaire)
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub \ flatpak install -y flathub \