yay yay yay
every 15 minutes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
yay yay yay
every 15 minutes
$ pacman -Syu
$ sudo !!
Umm... yay -Syu
Just 'yay'
yay -Syu --devel
You don't need the -Syu
, it's the same as yay --devel
Something new every day, I'm prone to assuming pacman
and by extension yay
will do weird things if I don't have the correct number of u
s and i
s.
man yay
If no operation is specified 'yay -Syu' will be performed
It has been this way for years. RTFM.
Fun fact jackass, new people start learning these tools every single day.
Sorry, I misinterpreted the intent and tone of your comment. Was only trying to be helpful and save you some keystrokes, carry on.
Edit: lol my app kept telling me it failed to post the comment but it posted it every time. Wish it wouldn't show the deleted comments.
On the opposite end here. I know if there's a kernel update then I'd need to reboot and restart everything.
Only to activate the new kernel! You can just leave the current one running with minimal issues, even less if you have something like KernelCare live patching security bugs
Any dynamicly loaded module will fail. Just reboot.
Assuming any dynamically loaded module will fail, why does KernelCare exist and why is it used so prevalently in web hosting environments? It costs money, so buying it when it doesn't work seems odd.
Very valuable high uptime servers exist but they take care, as in professional admins, to maintain it.
None of this applies to Arch or home users. You get full kernel updates and no old modules are kept. You reboot.
Other distros like Fedora keep old versions around but you still have to reboot to get updates.
I still haven't restarted my system since updating to 6.4
Did that, arch broke, installed arch again lol
I put this in my taskbar which helped me stop running paru habitually.
until grub shits itself
systemd-boot
baby
Can’t have grub problems if you don’t have grub. The howto is great, I’ve converted a few machines using it without any (subsequent bootloader-related) issues.
Is there a safe way to do uodates automatically? I could store my password in plaintext and thats barbaric but it still doesnt fix the problem that packages and dependecies can break during updtaes without user input if im right. Tho i guess you could write a script that automatically looks for updates and notifies the user.
The task is objectively unsafe. Both live updates are unsafe and require intervention but also Arch does not guarantee updates require no manual tasks.
You can set up a Cron job or systemd timer for the root account to run that command regularly, if it is a non-interactive command!
System updates aren't something I'd really trust to be non-interactive.
I've never had to interact with system updates in Linux distros beyond saying "yes I want to update" in the last decade. If I didn't want to, there's usually a force update flag available to skip the asking part. Would I do this for a server without backups? Absolutely not. For home use? I'll roll the dice; I have backups even if there's a couple days of shipping time to get all 12TB mailed to me.
Of course, major distribution releases are a different monster. Fortunately, I don't deal with those often and when I do, I migrate instead of upgrade.