Mise à jour de 'installGlobalScript.sh'

This commit is contained in:
Anri 2021-11-14 22:56:04 +01:00
parent 19cdc12c48
commit 8f8e233972

View file

@ -84,6 +84,9 @@ then
# Change LTS update to normal # Change LTS update to normal
sudo sed -i "16s#.*#Prompt=normal#" /etc/update-manager/release-upgrades sudo sed -i "16s#.*#Prompt=normal#" /etc/update-manager/release-upgrades
# Remove snap for WSL because it block the 21.10 update (https://github.com/microsoft/WSL/issues/6942#issuecomment-879904997)
sudo apt autoremove --purge snapd -y
echo "" echo ""
echo "" echo ""
echo "Take care, by default the fish configuration is set for Ubuntu, you may need to uncomment" echo "Take care, by default the fish configuration is set for Ubuntu, you may need to uncomment"