diff --git a/install.sh b/install.sh index a3d36d7..5995937 100644 --- a/install.sh +++ b/install.sh @@ -71,7 +71,7 @@ nala remove fortunes-min -y # Logiciel hors dépôts : Applications Web 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 /tmp/wibian/webapp-manager_1.* | tail -1) -sudo nala install /tmp/wibian/$release -y +sudo nala install $release -y # Logiciel hors dépôts : PVE VDI Client nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y