Change LTS update channel to normal for WSL
This commit is contained in:
parent
d9deb97f36
commit
8d67d0ac12
1 changed files with 3 additions and 2 deletions
|
@ -75,12 +75,13 @@ then
|
|||
# And WSL isn't a daily drive OS who you store sensible things, comment this line if you wanna keep your SU pass
|
||||
sudo sed -i "26s#.*#%sudo ALL=(ALL:ALL) NOPASSWD: ALL#" /etc/sudoers
|
||||
|
||||
# Change LTS update to normal
|
||||
sudo sed -i "16s#.*#Prompt=normal#" /etc/update-manager/release-upgrades
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo "Take care, by default the fish configuration is set for Ubuntu, you may need to uncomment"
|
||||
echo "some of the lines in $HOME/.config/fish/config.fish to enable custom network disks from Windows."
|
||||
echo ""
|
||||
echo "The SU has also kept his password."
|
||||
fi
|
||||
|
||||
# Supprime le repo
|
||||
|
|
Reference in a new issue