Skip to content

Instantly share code, notes, and snippets.

@meritt
Created October 3, 2009 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meritt/200488 to your computer and use it in GitHub Desktop.
Save meritt/200488 to your computer and use it in GitHub Desktop.
# Ubuntu Server Upgrade
apt-get update
apt-get install update-manager-core
do-release-upgrade -d
# Ubuntu Dist Update
apt-get update
apt-get dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment