Skip to content

Instantly share code, notes, and snippets.

@budiantoip
Last active October 19, 2022 12:31
Show Gist options
  • Save budiantoip/5b37f64f8ce35ba62a22d2f08d95d1ed to your computer and use it in GitHub Desktop.
Save budiantoip/5b37f64f8ce35ba62a22d2f08d95d1ed to your computer and use it in GitHub Desktop.
Ubuntu 18.04 to 20.04 Upgrade

Ubuntu upgrade from 18.04 to 20.04

Reference :

Tips: it's strongly recommended to use screen before doing the upgrade So when we receive a session timeout, the upgrade will run in the background To use screen, simply visit Screen Cheatsheet

To start the upgrade

sudo apt update
sudo apt upgrade
sudo do-release-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment