Skip to content

Instantly share code, notes, and snippets.

@anthonywu
Created March 9, 2012 23:08
Show Gist options
  • Save anthonywu/2009190 to your computer and use it in GitHub Desktop.
Save anthonywu/2009190 to your computer and use it in GitHub Desktop.
Redirecting Ubuntu apt-get to old-releases
# Point end-of-life Ubuntu versions' apt source URLs to old-releases.*
# See: https://help.ubuntu.com/community/EOLUpgrades
sudo sed -i s/us.archive.ubuntu/old-releases.ubuntu/g /etc/apt/sources.list
sudo sed -i s/security.ubuntu/old-releases.ubuntu/g /etc/apt/sources.list
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment