Debian 12 is like debian 11
This commit is contained in:
@@ -200,7 +200,7 @@ class MySQL(Database):
|
||||
self.dbpassword)
|
||||
return
|
||||
if (
|
||||
(name.startswith("debian") and version.startswith("11")) or
|
||||
(name.startswith("debian") and (version.startswith("11") or version.startswith("12"))) or
|
||||
(name.startswith("ubuntu") and version.startswith("22"))
|
||||
):
|
||||
queries = [
|
||||
|
||||
Reference in New Issue
Block a user