From fd6f02c8df52755dbac027e7d025d7c80f16d633 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 12 Mar 2022 12:50:16 +0800 Subject: [PATCH] Update menu.sh --- menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu.sh b/menu.sh index bcffd83..9fdeac9 100644 --- a/menu.sh +++ b/menu.sh @@ -1173,8 +1173,8 @@ proxy(){ rpm -ivh http://pkg.cloudflareclient.com/cloudflare-release-el8.rpm >/dev/null 2>&1 # CentOS 7,需要用 Cloudflare CentOS 8 的库以安装 Client,并在线编译升级 C 运行库 Glibc 2.28 if [[ $(expr "$SYS" : '.*\s\([0-9]\{1,\}\)\.*') = 7 && ! $(strings /lib64/libc.so.6 ) =~ GLIBC_2.28 ]]; then - { wget -O /usr/bin/make https://github.com/fscarmen/test/releases/download/v1.0.23/make - wget https://github.com/fscarmen/test/releases/download/v1.0.23/glibc-2.28.tar.gz + { wget -O /usr/bin/make https://github.com/fscarmen/warp/releases/download/Glibc/make + wget https://github.com/fscarmen/warp/releases/download/Glibc/glibc-2.28.tar.gz tar -xzvf glibc-2.28.tar.gz; }& sed -i "s/\$releasever/8/g" /etc/yum.repos.d/cloudflare.repo ${PACKAGE_UPDATE[int]}; ${PACKAGE_INSTALL[int]} cloudflare-warp