debian 12

This commit is contained in:
usmannasir
2025-09-18 14:20:01 +05:00
parent 91d7c1457f
commit e9b2220246
2 changed files with 11 additions and 4 deletions

View File

@@ -141,7 +141,8 @@ def get_debian_mariadb_packages():
'python': 'python3',
'dovecot-pigeonhole': 'dovecot-sieve',
'pdns': 'pdns-server',
'pdns-backend-mysql': 'pdns-backend-mysql'
'pdns-backend-mysql': 'pdns-backend-mysql',
'firewalld': 'firewalld'
}
elif debian_version >= 12.0:
# Debian 12 (Bookworm)
@@ -156,7 +157,8 @@ def get_debian_mariadb_packages():
'python': 'python3',
'dovecot-pigeonhole': 'dovecot-sieve',
'pdns': 'pdns-server',
'pdns-backend-mysql': 'pdns-backend-mysql'
'pdns-backend-mysql': 'pdns-backend-mysql',
'firewalld': 'firewalld'
}
else:
# Older Debian versions (11 and below)