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
[โ€“] charles@lemmy.world 82 points 1 year ago (1 children)

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'
[โ€“] eating3645@lemmy.world 16 points 1 year ago

It's all coming together now!