mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +01:00
mysql-python
This commit is contained in:
@@ -425,7 +425,7 @@ class preFlightsChecks:
|
||||
self.stdOut("Install MySQL python library")
|
||||
|
||||
if self.distro == centos:
|
||||
command = "yum -y install MySQL-python"
|
||||
command = "yum install mariadb-devel gcc python36u-devel -y"
|
||||
else:
|
||||
command = "apt-get -y install libmysqlclient-dev"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user