Mise à jour de 'installGlobalScript.sh'
This commit is contained in:
parent
19cdc12c48
commit
8f8e233972
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue