Skip to content

Instantly share code, notes, and snippets.

@h3xxx
Created June 24, 2014 18:13
Show Gist options
  • Save h3xxx/0cf7cf5f3f4ca9b15fd8 to your computer and use it in GitHub Desktop.
Save h3xxx/0cf7cf5f3f4ca9b15fd8 to your computer and use it in GitHub Desktop.
upgrade Mint Linux 16 (Petra) to 17 (Qiana)
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