Update menu.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 7e8f41fdb8
commit 6c8a4c4410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      menu.sh

@ -1565,7 +1565,6 @@ proxy(){
case "$(expr "$SYS" : '.*\s\([0-9]\{1,\}\)\.*')" in
7 ) rpm -ivh https://pkg.cloudflareclient.com/cloudflare-release-el8.rpm >/dev/null 2>&1
# CentOS 7,需要用 Cloudflare CentOS 8 的库以安装 Client,并在线编译升级 C 运行库 Glibc 2.28
if [[ ! $(strings /lib64/libc.so.6 ) =~ GLIBC_2.28 ]]; then
{ 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; }&

Loading…
Cancel
Save