mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-06 03:28:02 +02:00
reenable rsync
This commit is contained in:
@@ -243,11 +243,7 @@ class InstallCyberPanel:
|
||||
if self.distro == ubuntu:
|
||||
command = "apt-get -y install mariadb-server"
|
||||
elif self.distro == centos:
|
||||
<<<<<<< HEAD
|
||||
command = 'yum --enablerepo=CyberPanel -y install mariadb-server'
|
||||
=======
|
||||
command = 'yum --enablerepo=mariadb -y install MariaDB-server MariaDB-client'
|
||||
>>>>>>> 29c0a38e... do not depend on CyberPanel own repo fro cent7
|
||||
elif self.distro == cent8:
|
||||
command = 'dnf -y install mariadb-server'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user