Skip to content

Instantly share code, notes, and snippets.

@rmtsrc
Last active July 22, 2016 13:19
Show Gist options
  • Save rmtsrc/da0aa65aa33b622ea20e to your computer and use it in GitHub Desktop.
Save rmtsrc/da0aa65aa33b622ea20e to your computer and use it in GitHub Desktop.
Raspberry Pi alias for full system update
alias pi-up="sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo rpi-update && sudo apt-get autoremove && sudo apt-get autoclean && sudo apt-get clean"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment