Skip to content

Instantly share code, notes, and snippets.

@frostwire
Created January 19, 2019 20:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frostwire/4876b410e7390d9dd86a4cd406c28e58 to your computer and use it in GitHub Desktop.
Save frostwire/4876b410e7390d9dd86a4cd406c28e58 to your computer and use it in GitHub Desktop.
ubuntu_upgrade
function ubuntu_upgrade {
sudo apt update; sudo apt-get dist-upgrade; sudo apt autoclean; sudo apt autoremove;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment