Move from putey.net to brepo.ru
This commit is contained in:
@@ -679,7 +679,7 @@ echo
|
||||
# Installing Nginx repo
|
||||
|
||||
echo "[ * ] NGINX"
|
||||
dnf config-manager --add-repo https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/install/rpm/nginx/nginx.repo
|
||||
dnf config-manager --add-repo https://dev.brepo.ru/bayrepo/hestiacp/raw/branch/master/install/rpm/nginx/nginx.repo
|
||||
|
||||
# Installing Remi PHP repo
|
||||
echo "[ * ] PHP"
|
||||
@@ -688,7 +688,7 @@ dnf install -y https://rpms.remirepo.net/enterprise/remi-release-$release.rpm
|
||||
# Installing MariaDB repo
|
||||
if [ "$mysql" = 'yes' ]; then
|
||||
echo "[ * ] MariaDB"
|
||||
dnf config-manager --add-repo https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/install/rpm/mysql/mariadb-$(arch).repo
|
||||
dnf config-manager --add-repo https://dev.brepo.ru/bayrepo/hestiacp/raw/branch/master/install/rpm/mysql/mariadb-$(arch).repo
|
||||
fi
|
||||
|
||||
# Enabling MySQL module
|
||||
@@ -701,9 +701,9 @@ fi
|
||||
|
||||
# Installing HestiaCP repo
|
||||
echo "[ * ] Hestia Control Panel"
|
||||
dnf config-manager --add-repo https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/install/rpm/hestia/hestia.repo
|
||||
rpm --import https://repo.putey.net/repo/gpgkeys/repo.putey.net.pub
|
||||
check_result $? "rpm import putey.net GPG key failed"
|
||||
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
|
||||
check_result $? "rpm import brepo.ru GPG key failed"
|
||||
mkdir /var/cache/hestia-nginx/
|
||||
chown admin:admin /var/cache/hestia-nginx/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user