Actualiser install.sh
This commit is contained in:
parent
dc6266331b
commit
b2d8286be9
@ -160,6 +160,15 @@ apt install -y $release
|
|||||||
#wget $(curl -L -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep -o -E $package) -P /tmp/wibian/
|
#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
|
#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 virt-viewer
|
||||||
|
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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user