Run unattended-upgrades for all repos/origins
Per default unattended-upgrades is configured to only update/upgrade packages from official Debian and Debian Security repos. This change removes all limitations.
This commit is contained in:
parent
649ecca785
commit
2fdfbaf1f0
2 changed files with 16 additions and 1 deletions
6
files/50unattended-upgrades
Normal file
6
files/50unattended-upgrades
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Unattended-Upgrade::Origins-Pattern {
|
||||
"origin=*";
|
||||
};
|
||||
|
||||
Unattended-Upgrade::Package-Blacklist {
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue