From 9745f95d3cc77a6b7b2f7ae3a5721e03f6307122 Mon Sep 17 00:00:00 2001 From: nightwalker89 <38405415+nightwalker89@users.noreply.github.com> Date: Wed, 20 May 2020 12:25:27 +0700 Subject: [PATCH] fix ius el7 repo --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 004c5dac4..3ca3db352 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -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