arthurpizza@lemmy.world to linuxmemes@lemmy.worldEnglish · 3 years agoFor your consideration, updogmessage-squaremessage-square16fedilinkarrow-up1101arrow-down14file-text
arrow-up197arrow-down1message-squareFor your consideration, updogarthurpizza@lemmy.world to linuxmemes@lemmy.worldEnglish · 3 years agomessage-square16fedilinkfile-text
Installing is easy just add: alias updog="sudo apt update && sudo apt upgrade -y" to your .bashrc or .zshrc
minus-squarecharles@lemmy.worldlinkfedilinkEnglisharrow-up64·3 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'
minus-squareeating3645@lemmy.worldlinkfedilinkEnglisharrow-up15·3 years agoIt’s all coming together now!
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!