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
|
||||
// the $, "libc6" would match all of them.
|
||||
"libc6$";
|
||||
"libc6-dev$";
|
||||
"libc6-i686$";
|
||||
"mysql$";
|
||||
"libc6$";
|
||||
"libc6-dev$";
|
||||
"libc6-i686$";
|
||||
"mysql$";
|
||||
"mariadb$";
|
||||
|
||||
// Special characters need escaping
|
||||
// "libstdc\+\+6$";
|
||||
|
||||
Reference in New Issue
Block a user