Added MariaDB to exclude from auto updates

This commit is contained in:
b.waal
2019-11-12 10:31:32 +01:00
parent 67384e4dcd
commit a64c771af1

View File

@@ -29,6 +29,8 @@ Unattended-Upgrade::Package-Blacklist {
"libc6-i686"; "libc6-i686";
"mysql-server"; "mysql-server";
"mysql-client"; "mysql-client";
"mariadb-client";
"mariadb-server";
}; };
// This option will controls whether the development release of Ubuntu will be // This option will controls whether the development release of Ubuntu will be