From 42530273924c6c0dbfeecb5647203e08eb7e408e Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Mon, 13 Apr 2020 16:11:34 +0500 Subject: [PATCH] dovecot --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index f93461f28..a5caf8699 100755 --- a/install/install.py +++ b/install/install.py @@ -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'