Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-22 21:26:49 +00:00
parent 11e4ec7abb
commit af8b171443

View File

@ -77,7 +77,7 @@ unzip themes.zip -d /home/$username/.themes/
chown -R $username:$username /home/$username/.themes/ chown -R $username:$username /home/$username/.themes/
# 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 "http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.2.8_all.deb" /tmp
nala install /tmp/packages/*deb -y nala install /tmp/packages/*deb -y
rm -r /tmp/packages/ rm -r /tmp/packages/