Skip to content

Instantly share code, notes, and snippets.

@callrbx
Created March 2, 2022 03:39
Show Gist options
  • Save callrbx/26f156544d30981e7d5e5a49e53a408b to your computer and use it in GitHub Desktop.
Save callrbx/26f156544d30981e7d5e5a49e53a408b to your computer and use it in GitHub Desktop.
Update EOL Ubuntu
# Update an EOL Ubuntu install who's APT sources file no longer contains repos with a release file
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade
sudo do-release-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment