Fixed IUS Repo Location

This commit is contained in:
Muttahir Aon Syed 2020-05-20 10:33:39 +05:00 committed by GitHub
parent 1cd065298d
commit 2338f1a6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ if [[ $DEV == "ON" ]] ; then
if [[ $SERVER_COUNTRY == "CN" ]] ; then
wget -O /etc/yum.repos.d/ius.repo https://$DOWNLOAD_SERVER/ius/ius.repo
else
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install https://repo.ius.io/ius-release-el7.rpm
fi
yum -y install python36u python36u-pip python36u-devel
check_return