Skip to content

Instantly share code, notes, and snippets.

@mikedamm
Last active October 16, 2017 02:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikedamm/1cbe711878f2b776d2ab to your computer and use it in GitHub Desktop.
Save mikedamm/1cbe711878f2b776d2ab to your computer and use it in GitHub Desktop.
Upgrade Ubuntu LTS to Normal
#!/bin/bash
aptitude -y install update-manager-core
sed -i 's/Prompt=LTS/Prompt=normal/g' /etc/update-manager/release-upgrades
do-release-upgrade
@wellington1993
Copy link

wellington1993 commented Oct 16, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment