Skip to content

Instantly share code, notes, and snippets.

@icavalheiro
Created October 28, 2021 16:39
Show Gist options
  • Save icavalheiro/11cafaeee89533d5d5573f80658d3f12 to your computer and use it in GitHub Desktop.
Save icavalheiro/11cafaeee89533d5d5573f80658d3f12 to your computer and use it in GitHub Desktop.
Updates all apps repos in ubuntu based distros
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