From a4c4b8e815db4869ca3cdfe298a69ca4fa21546e Mon Sep 17 00:00:00 2001 From: Jrohy Date: Thu, 21 May 2020 16:56:15 +0800 Subject: [PATCH] Change centos7 rpm source --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0089e42..c5351c1 100644 --- a/install.sh +++ b/install.sh @@ -151,7 +151,7 @@ webInstall(){ if ! type python3 >/dev/null 2>&1;then if [[ ${PACKAGE_MANAGER} == 'yum' ]];then ${PACKAGE_MANAGER} install epel-release -y - ${PACKAGE_MANAGER} install https://centos7.iuscommunity.org/ius-release.rpm -y + ${PACKAGE_MANAGER} install https://repo.ius.io/ius-release-el7.rpm -y ${PACKAGE_MANAGER} install python36u -y [[ ! -e /bin/python3 ]] && ln -s /bin/python3.6 /bin/python3 elif [[ ${PACKAGE_MANAGER} == 'dnf' ]];then