Installing is easy just add:

alias updog="sudo apt update && sudo apt upgrade -y"

to your .bashrc or .zshrc

you are viewing a single comment's thread
view the rest of the comments
[–] 22 points 3 years ago (1 child)

This would go perfectly with the alias I did because I kept forgetting the original command:

$ alias whats=type
$ whats updog
updog is aliased to 'sudo apt update && sudo apt upgrade -y'
  • source
  • hideshow 2 child comments