Skip to content

Instantly share code, notes, and snippets.

@fo40225
Created March 18, 2019 08:16
Show Gist options
  • Save fo40225/2f0318fa22740cfe8fc0ab8c1d4aa035 to your computer and use it in GitHub Desktop.
Save fo40225/2f0318fa22740cfe8fc0ab8c1d4aa035 to your computer and use it in GitHub Desktop.
totally upgrade ubuntu
#!/bin/sh
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo do-release-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment