This commit is contained in:
Usman Nasir
2020-04-13 16:11:34 +05:00
parent 113b8f9399
commit 4253027392

View File

@@ -718,7 +718,7 @@ class preFlightsChecks:
##
if self.distro == centos or self.distro == cent8:
if self.distro == centos:
command = 'yum --enablerepo=CyberPanel -y install dovecot dovecot-mysql'
elif self.distro == cent8:
command = 'dnf --enablerepo=CyberPanel install dovecot23 dovecot23-mysql -y'