Fix mirror gettoforge

https://github.com/usmannasir/cyberpanel/issues/1499
This commit is contained in:
Master3395
2025-09-12 09:42:52 +02:00
parent 27960bac83
commit b2a3ee6476
6 changed files with 20 additions and 20 deletions

View File

@@ -906,7 +906,7 @@ class MailServerManager(multi.Thread):
command = 'yum install --enablerepo=gf-plus -y postfix3 postfix3-ldap postfix3-mysql postfix3-pcre'
elif ProcessUtilities.decideDistro() == ProcessUtilities.cent8:
command = 'dnf --nogpg install -y https://mirror.ghettoforge.org/distributions/gf/el/8/gf/x86_64/gf-release-8-11.gf.el8.noarch.rpm'
command = 'dnf --nogpg install -y https://mirror.ghettoforge.net/distributions/gf/el/8/gf/x86_64/gf-release-8-11.gf.el8.noarch.rpm'
ProcessUtilities.executioner(command)
command = 'dnf install --enablerepo=gf-plus postfix3 postfix3-mysql -y'