Created
October 28, 2021 16:39
-
-
Save icavalheiro/11cafaeee89533d5d5573f80658d3f12 to your computer and use it in GitHub Desktop.
Updates all apps repos in ubuntu based distros
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 update_all="sudo apt update && sudo apt upgrade -y && sudo snap refresh && sudo flatpak update" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment