Skip to content

Instantly share code, notes, and snippets.

@nomaster
Last active February 7, 2025 08:24
Show Gist options
  • Save nomaster/e52ddbe3b19c1433e767e31d8df12091 to your computer and use it in GitHub Desktop.
Save nomaster/e52ddbe3b19c1433e767e31d8df12091 to your computer and use it in GitHub Desktop.
Unattended Upgrades for everything
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