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