Update menu.sh

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

@ -1571,6 +1571,7 @@ proxy(){
! type -p desktop-file-install >/dev/null 2>&1 && ${PACKAGE_INSTALL[int]} desktop-file-utils
case "$(expr "$SYS" : '.*\s\([0-9]\{1,\}\)\.*')" in
7 ) # CentOS 7,需要用 Cloudflare CentOS 8 的库以安装 Client,并在线编译升级 C 运行库 Glibc 2.28
${PACKAGE_INSTALL[int]} nftables
rpm -ivh Client_CentOS_8.rpm
if [[ ! $(strings /lib64/libc.so.6) =~ 'GLIBC_2.28' ]]; then
wget -O /usr/bin/make https://github.com/fscarmen/warp/releases/download/Glibc/make

Loading…
Cancel
Save