Installing is easy just add:

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

to your .bashrc or .zshrc

  • @[email protected]
    link
    fedilink
    English
    8411 months ago

    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'