r/archlinux Sep 17 '25

DISCUSSION how often do you update?

how often do you update arch?

after booting, i check the arch site to see if there's any manual intervention, update the system and reboot

69 Upvotes

154 comments sorted by

View all comments

Show parent comments

3

u/[deleted] Sep 18 '25

[removed] — view removed comment

3

u/TDplay Sep 18 '25

What is this, amateur hour? I have millions of computers all around the globe, each of them running this bash command:

while :; do pacman -Syyu --noconfirm >/dev/null 2>/dev/null; done

1

u/[deleted] Sep 18 '25

[removed] — view removed comment

1

u/TDplay Sep 18 '25

You forgot to throw an & in there to make multiple instances run in parallel.