this post was submitted on 30 Jul 2023
112 points (96.7% liked)

linuxmemes

20792 readers
1295 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Installing is easy just add:

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

to your .bashrc or .zshrc

you are viewing a single comment's thread
view the rest of the comments
[–] jxk@sh.itjust.works 2 points 1 year ago (1 children)
[–] wtvr@sh.itjust.works 7 points 1 year ago (1 children)

Forces "yes" so you don't get the "continue?" prompt after hitting enter

[–] jxk@sh.itjust.works 1 points 1 year ago

I see. For some reason my apt manpage don't list it, but my apt-get manpage does.