Background:
My daily habit is to run 'sudo apt update; sudo apt list --upgradable' first thing in the morning. Since I have an AMD card and use the oibaf ppa for drivers, this means I literally have a driver update every single day.
My system does an automatic snapshot or backup every morning at 5:30am, so for all practical purposes, I always just do a full-upgrade anyway. If something breaks, I have a snapshot to fall back on and it takes like 5 seconds to rollback and reboot.
So my question: Should I just add automatically running 'sudo apt full-upgrade' to my daily cron tasks?
Other than the obvious Linux user FUD about auto-upgrading anything, is there some reason NOT to do this that I haven't thought of? It would be super easy to do since I already have a morning script running. I can just add this to the task.
Curious about what you think...
My daily habit is to run 'sudo apt update; sudo apt list --upgradable' first thing in the morning. Since I have an AMD card and use the oibaf ppa for drivers, this means I literally have a driver update every single day.
My system does an automatic snapshot or backup every morning at 5:30am, so for all practical purposes, I always just do a full-upgrade anyway. If something breaks, I have a snapshot to fall back on and it takes like 5 seconds to rollback and reboot.
So my question: Should I just add automatically running 'sudo apt full-upgrade' to my daily cron tasks?
Other than the obvious Linux user FUD about auto-upgrading anything, is there some reason NOT to do this that I haven't thought of? It would be super easy to do since I already have a morning script running. I can just add this to the task.
Curious about what you think...
Comment