diff --git a/install.sh b/install.sh index 116cbea..02491fd 100644 --- a/install.sh +++ b/install.sh @@ -69,8 +69,9 @@ nala install curl flatpak figlet htop libnotify-bin nmap speedtest-cli stress s- nala remove fortunes-min -y # Logiciel hors dépôts : Applications Web -wget "http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.2.8_all.deb" -P /tmp/wibian/ -nala install /tmp/wibian/webapp-manager_*.deb -y +wget --recursive --no-parent --no-host-directories --no-directories --accept '*webapp-manager*deb' 'http://packages.linuxmint.com/pool/main/w/webapp-manager/' -P /tmp/wibian/ +release=$(ls webapp-manager_1.* | tail -1) +sudo nala install /tmp/wibian/$release -y # Logiciel hors dépôts : PVE VDI Client nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y