Last active
October 16, 2017 02:55
-
-
Save mikedamm/1cbe711878f2b776d2ab to your computer and use it in GitHub Desktop.
Upgrade Ubuntu LTS to Normal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
aptitude -y install update-manager-core | |
sed -i 's/Prompt=LTS/Prompt=normal/g' /etc/update-manager/release-upgrades | |
do-release-upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! used in: https://gist.github.com/wellington1993/44def31e824d0b7a45fe14609738e696