arthurpizza to linuxmemesEnglish • 1 year agoFor your consideration, updogmessage-square31arrow-up1126arrow-down15file-text
arrow-up1121arrow-down1message-squareFor your consideration, updogarthurpizza to linuxmemesEnglish • 1 year agomessage-square31file-text
Installing is easy just add: alias updog="sudo apt update && sudo apt upgrade -y" to your .bashrc or .zshrc
minus-square@charleslinkEnglish84•1 year 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!