Skip to content

Instantly share code, notes, and snippets.

@0x4007
Created July 4, 2019 03:02
Show Gist options
  • Save 0x4007/3c30252eb38a7f79846bc66c571c0c40 to your computer and use it in GitHub Desktop.
Save 0x4007/3c30252eb38a7f79846bc66c571c0c40 to your computer and use it in GitHub Desktop.
Auto Upgrade OS
dpkg --configure -a && sudo apt-get update
yes | apt-get upgrade
yes | apt autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment