From 2b1157b0aa4b4d24f7b331f6a2dd29705e188cf7 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Sun, 23 Mar 2025 23:37:17 +0300 Subject: [PATCH] Fixed new repo path --- install/hst-install-rhel.sh | 2 +- install/rpm/hestia/hestia.repo | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/install/hst-install-rhel.sh b/install/hst-install-rhel.sh index 5ec3018..f73069e 100755 --- a/install/hst-install-rhel.sh +++ b/install/hst-install-rhel.sh @@ -763,7 +763,7 @@ fi # Installing HestiaCP repo echo "[ * ] Hestia Control Panel" dnf config-manager --add-repo https://dev.brepo.ru/bayrepo/hestiacp/raw/branch/master/install/rpm/hestia/hestia.repo -rpm --import https://repo.brepo.ru/repo/gpgkeys/repo.brepo.ru.pub +rpm --import https://repo.brepo.ru/hestia/brepo_projects-gpg-key check_result $? "rpm import brepo.ru GPG key failed" mkdir /var/cache/hestia-nginx/ diff --git a/install/rpm/hestia/hestia.repo b/install/rpm/hestia/hestia.repo index e906e5b..1c45c5a 100644 --- a/install/rpm/hestia/hestia.repo +++ b/install/rpm/hestia/hestia.repo @@ -1,7 +1,6 @@ -[hestiacp] -name=msvsphere9 repo on repo.brepo.ru -comment=msvsphere9 repo on repo.brepo.ru -baseurl=https://repo.brepo.ru/repo/msvsphere9_preprod +[hectiacp] +name=msvsphere9 hestia repo on repo.brepo.ru +baseurl=https://repo.brepo.ru/hestia/ enabled=1 -gpgkey=https://repo.brepo.ru/repo/gpgkeys/repo.brepo.ru.pub -gpgcheck=1 \ No newline at end of file +gpgkey=https://repo.brepo.ru/hestia/brepo_projects-gpg-key +gpgcheck=1