mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 14:53:32 +02:00
Keep custom dnscrypt-proxy conffile when upgrading
This commit is contained in:
parent
8602a697cc
commit
257b5ddff8
1 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,8 @@
|
||||||
Unattended-Upgrade::Allowed-Origins {
|
Unattended-Upgrade::Allowed-Origins {
|
||||||
"LP-PPA-shevchuk-dnscrypt-proxy:${distro_codename}";
|
"LP-PPA-shevchuk-dnscrypt-proxy:${distro_codename}";
|
||||||
};
|
};
|
||||||
|
// Keep the custom conffile when upgrading
|
||||||
|
Dpkg::Options {
|
||||||
|
"--force-confdef";
|
||||||
|
"--force-confold";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue