Skip to content

Instantly share code, notes, and snippets.

@intarstudents
Created December 18, 2013 08:40
Show Gist options
  • Save intarstudents/8019156 to your computer and use it in GitHub Desktop.
Save intarstudents/8019156 to your computer and use it in GitHub Desktop.
Upgrade debian to testing

Stolen from here:

sudo cp /etc/apt/sources.list{,.bak}
sudo sed -i -e 's/ \(stable\|wheezy\)/ testing/ig' /etc/apt/sources.list
sudo apt-get update
sudo apt-get --download-only dist-upgrade
sudo apt-get dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment