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

linuxmemes

20761 readers
1751 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
[–] Telodzrum@lemmy.world 2 points 1 year ago

Isn’t “dist-upgrade” a better practice, particularly when using the “-y” argument?