mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-10-30 18:06:35 +01:00
debian 12
This commit is contained in:
@@ -139,7 +139,9 @@ def get_debian_mariadb_packages():
|
||||
'python-minimal': '', # Not needed in newer versions
|
||||
'python-gpg': 'python3-gpg',
|
||||
'python': 'python3',
|
||||
'dovecot-pigeonhole': 'dovecot-sieve'
|
||||
'dovecot-pigeonhole': 'dovecot-sieve',
|
||||
'pdns': 'pdns-server',
|
||||
'pdns-backend-mysql': 'pdns-backend-mysql'
|
||||
}
|
||||
elif debian_version >= 12.0:
|
||||
# Debian 12 (Bookworm)
|
||||
@@ -152,7 +154,9 @@ def get_debian_mariadb_packages():
|
||||
'python-minimal': '',
|
||||
'python-gpg': 'python3-gpg',
|
||||
'python': 'python3',
|
||||
'dovecot-pigeonhole': 'dovecot-sieve'
|
||||
'dovecot-pigeonhole': 'dovecot-sieve',
|
||||
'pdns': 'pdns-server',
|
||||
'pdns-backend-mysql': 'pdns-backend-mysql'
|
||||
}
|
||||
else:
|
||||
# Older Debian versions (11 and below)
|
||||
|
||||
Reference in New Issue
Block a user