Mise à jour de 'install.sh'
This commit is contained in:
parent
5c07f9b260
commit
a282ac5a6c
10
install.sh
10
install.sh
@ -78,17 +78,11 @@ wget -q -O - "https://github.com/linuxmint/webapp-manager/releases/download/mast
|
|||||||
nala install /tmp/packages/*deb -y
|
nala install /tmp/packages/*deb -y
|
||||||
rm -r /tmp/packages/
|
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
|
# 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
|
git clone https://github.com/joshpatten/PVE-VDIClient.git
|
||||||
cd ./PVE-VDIClient/
|
cd ./PVE-VDIClient/
|
||||||
pip3 install PySimpleGUI --break-system-packages
|
#pip3 install PySimpleGUI --break-system-packages
|
||||||
cp vdiclient.py /usr/local/bin
|
cp vdiclient.py /usr/local/bin
|
||||||
chmod +x /usr/local/bin/vdiclient.py
|
chmod +x /usr/local/bin/vdiclient.py
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user