Created
June 24, 2014 18:13
-
-
Save h3xxx/0cf7cf5f3f4ca9b15fd8 to your computer and use it in GitHub Desktop.
upgrade Mint Linux 16 (Petra) to 17 (Qiana)
This file contains hidden or 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
sudo sed -i 's/saucy/trusty/' /etc/apt/sources.list | |
sudo sed -i 's/petra/qiana/' /etc/apt/sources.list | |
sudo sed -i 's/saucy/trusty/' /etc/apt/sources.list.d/official-package-repositories.list | |
sudo sed -i 's/petra/qiana/' /etc/apt/sources.list.d/official-package-repositories.list | |
sudo apt-get update && sudo apt-get dist-upgrade | |
sudo apt-get upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment