Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-04 13:04:19 +00:00
parent 26b611b563
commit c79e50da8f

View File

@ -81,7 +81,7 @@ 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/
apt install -f /tmp/packages/*deb -y
nala install /tmp/packages/*deb -y
rm -r /tmp/packages/
# PVE VDI Client