Created
September 13, 2018 04:16
-
-
Save yevshev/7d7e33612a4e69f40ed587eb21e6c135 to your computer and use it in GitHub Desktop.
apt alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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