change unattended updates
This commit is contained in:
@@ -4,11 +4,12 @@
|
|||||||
|
|
||||||
// Automatically upgrade packages from these (origin:archive) pairs
|
// Automatically upgrade packages from these (origin:archive) pairs
|
||||||
Unattended-Upgrade::Allowed-Origins {
|
Unattended-Upgrade::Allowed-Origins {
|
||||||
"origin=*";
|
"*:*";
|
||||||
};
|
};
|
||||||
|
|
||||||
// List of packages to not update (regexp are supported)
|
// List of packages to not update (regexp are supported)
|
||||||
Unattended-Upgrade::Package-Blacklist {
|
Unattended-Upgrade::Package-Blacklist {
|
||||||
|
"mongo.*";
|
||||||
// "vim";
|
// "vim";
|
||||||
// "libc6";
|
// "libc6";
|
||||||
// "libc6-dev";
|
// "libc6-dev";
|
||||||
|
Reference in New Issue
Block a user