Created
October 3, 2009 08:04
-
-
Save meritt/200488 to your computer and use it in GitHub Desktop.
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
# 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