fall back to gf-plus repo

This commit is contained in:
Usman Nasir
2020-09-09 18:24:48 +05:00
parent 010107f124
commit 8ee47b1a45

View File

@@ -1877,7 +1877,7 @@ class Upgrade:
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-mysql'
else:
command = 'dnf install --enablerepo=gf-plus postfix3 postfix3-mysql -y'