Last active
February 15, 2018 17:09
-
-
Save aramatev/c1b0237948f4609bba9b981d95917b8b to your computer and use it in GitHub Desktop.
This file contains 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
link: https://help.ubuntu.com/community/EOLUpgrades | |
Step 1. Update sources.list | |
## EOL upgrade sources.list | |
# Required | |
deb http://old-releases.ubuntu.com/ubuntu/ yakkety main restricted universe multiverse | |
deb http://old-releases.ubuntu.com/ubuntu/ yakkety-updates main restricted universe multiverse | |
deb http://old-releases.ubuntu.com/ubuntu/ yakkety-security main restricted universe multiverse | |
# Optional | |
#deb http://old-releases.ubuntu.com/ubuntu/ yakkety-backports main restricted universe multiverse | |
Step 2. | |
sudo apt-get update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment