From 0fa8e8bea7bc016d286793c761f2df7eeadc5354 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Wed, 9 Sep 2020 18:23:44 +0500 Subject: [PATCH] fall back to gf-plus repo --- plogical/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 675daa941..59ea20a62 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -1931,7 +1931,7 @@ imap_folder_list_limit = 0 Upgrade.executioner(command, 0) if Upgrade.decideCentosVersion() == CENTOS7: - command = 'yum install --enablerepo=CyberPanel -y postfix3 postfix3-mysql' + command = 'yum install --enablerepo=gf-plus -y postfix3 postfix3-ldap postfix3-mysql postfix3-pcre' else: command = 'dnf install --enablerepo=gf-plus postfix3 postfix3-mysql -y'