Spyke

Replies

Comment on

How often do you update your system?

I have a bash alias alias update='flatpak update ; flatpak remove --unused ; emerge --sync -a ; emerge --ask --verbose --update --deep --changed-use --keep-going --with-bdeps=y --backtrack=500 @world ; emerge --depclean ; eclean-dist -d' Which i run like update && shutdown -P now And usually in the morning i do another update to check if it missed anything

Run the main update before i sleep computer shuts down when done and when i wake up i check what i missed

Does the job every time 😎