Skip to content

Commit

Permalink
update default mariadb version to 10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 14, 2024
1 parent a928794 commit fa4848f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/installCyberPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ def installMySQL(self, mysql):
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:
Expand Down

0 comments on commit fa4848f

Please sign in to comment.