Disable conffile prompts so they don't block unattended upgrades

This commit is contained in:
Julian Rother 2024-11-23 14:56:08 +01:00
parent 06eb810219
commit 9adaef5513
No known key found for this signature in database
GPG key ID: 8F9B6AE9BAAE4899

View file

@ -4,3 +4,7 @@ Unattended-Upgrade::Origins-Pattern {
Unattended-Upgrade::Package-Blacklist {
};
DPkg::Options {
"--force-confold";
"--force-confdef";
};