Last active
February 7, 2025 08:24
-
-
Save nomaster/e52ddbe3b19c1433e767e31d8df12091 to your computer and use it in GitHub Desktop.
Unattended Upgrades for everything
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unattended-Upgrade::DevRelease "auto"; | |
Unattended-Upgrade::Origins-Pattern { | |
"origin=*"; | |
}; | |
Unattended-Upgrade::Remove-Unused-Kernel-Packages "true"; | |
Unattended-Upgrade::Remove-Unused-Dependencies "true"; | |
Unattended-Upgrade::Automatic-Reboot "true"; | |
# Unattended-Upgrade::MailReport "only-on-error"; | |
# Unattended-Upgrade::Mail "[email protected]"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment