Don't use the bad way to update WSL anymore
This commit is contained in:
parent
12666a0c4a
commit
f4bcd44353
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ then
|
||||||
echo -e "\nSU password removed! 🎉"
|
echo -e "\nSU password removed! 🎉"
|
||||||
|
|
||||||
# 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
|
||||||
echo -e "\nChannel update moved from \"LTS\" to \"normal\"! 🎉"
|
# echo -e "\nChannel update moved from \"LTS\" to \"normal\"! 🎉"
|
||||||
|
|
||||||
# Remove snap for WSL because it block the 21.10 update (https://github.com/microsoft/WSL/issues/6942#issuecomment-879904997)
|
# 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
|
# sudo apt autoremove --purge snapd -y
|
||||||
|
|
Reference in a new issue