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