reenable rsync

This commit is contained in:
Usman Nasir
2020-09-08 22:12:15 +05:00
parent 9a9e1fe81d
commit a7b3d07a7f

View File

@@ -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'