enable appstream

This commit is contained in:
Usman Nasir
2020-04-13 15:53:55 +05:00
parent 89f891b29f
commit 113b8f9399
4 changed files with 5 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ class InstallCyberPanel:
elif self.distro == centos:
command = 'yum --enablerepo=CyberPanel -y install mariadb-server'
elif self.distro == cent8:
command = 'dnf -y install mariadb-server'
command = 'dnf --enablerepo=CyberPanel -y install mariadb-server'
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)