Skip to content

Instantly share code, notes, and snippets.

@yevshev
Created September 13, 2018 04:16
Show Gist options
  • Save yevshev/7d7e33612a4e69f40ed587eb21e6c135 to your computer and use it in GitHub Desktop.
Save yevshev/7d7e33612a4e69f40ed587eb21e6c135 to your computer and use it in GitHub Desktop.
apt alias
alias up='for ARG in update upgrade autoremove; do sudo apt ${ARG}; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment