Created
June 25, 2018 23:04
-
-
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
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
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