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
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 likeupdate && shutdown -P nowAnd usually in the morning i do anotherupdateto check if it missed anythingRun 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 😎