Cange distribution name for unattended-upgrades
This commit is contained in:
parent
152da7d8b1
commit
f7fdcacfe6
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
// ACAQB unattended upgrades configuration file
|
||||
Unattended-Upgrade::Origin-Pattern {
|
||||
"o=Debian,n=stretch";
|
||||
"o=Debian,n=stretch-updates";
|
||||
"o=Debian,n=stretch,l=Debian-Security";
|
||||
"o=Debian,n=buster";
|
||||
"o=Debian,n=buster-updates";
|
||||
"o=Debian,n=buster,l=Debian-Security";
|
||||
"o=Debian,n=sid";
|
||||
};
|
||||
Unattended-Upgrade::Remove-Unused-Dependencies "true";
|
||||
|
|
Reference in a new issue