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 ab8ede8 commit 9e92829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/installCyberPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def installMySQL(self, mysql):
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR, True)


command = 'dnf install MariaDB-server MariaDB-client MariaDB-backup'
command = 'dnf install MariaDB-server MariaDB-client MariaDB-backup -y'

install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR, True)

Expand Down

0 comments on commit 9e92829

Please sign in to comment.