arthurpizza to linuxmemes@lemmy.worldEnglish • 2 years agoFor your consideration, updogmessage-square17fedilinkarrow-up113arrow-down11file-text
arrow-up112arrow-down1message-squareFor your consideration, updogarthurpizza to linuxmemes@lemmy.worldEnglish • 2 years agomessage-square17fedilinkfile-text
Installing is easy just add: alias updog="sudo apt update && sudo apt upgrade -y" to your .bashrc or .zshrc
minus-square@charles@lemmy.worldlinkfedilinkEnglish8•2 years agoThis 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'
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'
It’s all coming together now!