mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-08-30 09:57:10 +02: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