Added MariaDB to exclude from auto updates
This commit is contained in:
@@ -53,10 +53,11 @@ Unattended-Upgrade::Package-Blacklist {
|
|||||||
|
|
||||||
// Use $ to explicitely define the end of a package name. Without
|
// Use $ to explicitely define the end of a package name. Without
|
||||||
// the $, "libc6" would match all of them.
|
// the $, "libc6" would match all of them.
|
||||||
"libc6$";
|
"libc6$";
|
||||||
"libc6-dev$";
|
"libc6-dev$";
|
||||||
"libc6-i686$";
|
"libc6-i686$";
|
||||||
"mysql$";
|
"mysql$";
|
||||||
|
"mariadb$";
|
||||||
|
|
||||||
// Special characters need escaping
|
// Special characters need escaping
|
||||||
// "libstdc\+\+6$";
|
// "libstdc\+\+6$";
|
||||||
|
|||||||
Reference in New Issue
Block a user