mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 17:26:17 +01:00
update default mariadb version to 10.11
This commit is contained in:
@@ -298,6 +298,9 @@ Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp
|
||||
WriteToFile.write(RepoContent)
|
||||
WriteToFile.close()
|
||||
|
||||
command = 'DEBIAN_FRONTEND=noninteractive apt-get update -y'
|
||||
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR, True)
|
||||
|
||||
|
||||
command = "DEBIAN_FRONTEND=noninteractive apt-get install mariadb-server -y"
|
||||
elif self.distro == centos:
|
||||
|
||||
Reference in New Issue
Block a user