diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index dec908796..44b8776b3 100755 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -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: