Mise à jour de 'install.sh'
This commit is contained in:
parent
cffcd8d037
commit
26b611b563
@ -76,13 +76,13 @@ nala install curl flatpak figlet htop libnotify-bin neofetch nmap nwipe speedtes
|
|||||||
# Logiciels Mint
|
# Logiciels Mint
|
||||||
wget -q -O - "https://github.com/linuxmint/webapp-manager/releases/download/master.lmde5/packages.tar.gz" | tar -xzf - -C /tmp
|
wget -q -O - "https://github.com/linuxmint/webapp-manager/releases/download/master.lmde5/packages.tar.gz" | tar -xzf - -C /tmp
|
||||||
nala install /tmp/packages/*deb -y
|
nala install /tmp/packages/*deb -y
|
||||||
rm /tmp/packages/*deb
|
rm -r /tmp/packages/
|
||||||
|
|
||||||
# RustDesk
|
# RustDesk
|
||||||
VER_TAG=$(curl -s https://api.github.com/repos/rustdesk/rustdesk/releases/latest|grep tag_name|cut -d '"' -f 4|sed 's/v//')
|
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/
|
wget https://github.com/rustdesk/rustdesk/releases/download/$VER_TAG/rustdesk-$VER_TAG.deb -P /tmp/packages/
|
||||||
nala install /tmp/packages/*deb -y
|
apt install -f /tmp/packages/*deb -y
|
||||||
rm /tmp/packages/*deb
|
rm -r /tmp/packages/
|
||||||
|
|
||||||
# PVE VDI Client
|
# PVE VDI Client
|
||||||
nala install python3-pip virt-viewer git -y
|
nala install python3-pip virt-viewer git -y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user