Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tfoote
Created June 25, 2018 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfoote/e5b754449654db289ed6b585aea81a9c to your computer and use it in GitHub Desktop.
Save tfoote/e5b754449654db289ed6b585aea81a9c to your computer and use it in GitHub Desktop.
Run these commands to switch an EOL image to support apt from the old-releases repository
sed -i 's/archive/old-releases/' /etc/apt/sources.list
sed -i 's/security/old-releases/' /etc/apt/sources.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment