Installing is easy just add:
alias updog="sudo apt update && sudo apt upgrade -y"
to your .bashrc or .zshrc
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!
Is this a meme I’m too crontab to understand?
So you mean “what’s updog” hahhahahha
Don’t be such a chrony. I’m sure you’ll be in symc sooner or later.
TIL about aliases in GNU/Linux
Alias Linux=GNU/Linux
what’s updog?
Not much, hbu?
Not much, what’s up with you?
Isn’t “dist-upgrade” a better practice, particularly when using the “-y” argument?
Wait… what? I didn’t even consider this could be an option. Is anyone willing to point me at some accurate information about how to get started? Like… where do I put a bash file, and how is it structured? How can I automate it? So many questions. I’m only sort of familiar with bash, as in I’ve seen the term and watched my coworker do some wizardry once.
deleted by creator
This is so great. Thank you.
What does -y do in apt?
Forces “yes” so you don’t get the “continue?” prompt after hitting enter
I see. For some reason my apt manpage don’t list it, but my apt-get manpage does.




