From 8f8e2339723cb8d871bfb4306d8865663a36c342 Mon Sep 17 00:00:00 2001 From: Anri Date: Sun, 14 Nov 2021 22:56:04 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'installGlobalScrip?= =?UTF-8?q?t.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installGlobalScript.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installGlobalScript.sh b/installGlobalScript.sh index 897fd34..703ec79 100644 --- a/installGlobalScript.sh +++ b/installGlobalScript.sh @@ -84,6 +84,9 @@ then # Change LTS update to normal 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 "Take care, by default the fish configuration is set for Ubuntu, you may need to uncomment"