Created
May 16, 2017 14:09
-
-
Save stefan2904/cef4bb037314ff8aa7467690d2a49a1d to your computer and use it in GitHub Desktop.
lazy update
This file contains hidden or 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 update="echo %update && sudo apt update && echo %upgrade && sudo apt upgrade && echo %dist-upgrade && sudo apt-get dist-upgrade && echo %autoremove && sudo apt-get autoremove && echo %autoclean && sudo apt-get autoclean && echo %clean && sudo apt-get clean" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment