Update menu.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 9430c9da3f
commit 44b528906d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      menu.sh

@ -1189,6 +1189,7 @@ proxy(){
../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin
make; make install
rm -rf ./glibc-2.28
wait
else ${PACKAGE_UPDATE[int]}; ${PACKAGE_INSTALL[int]} cloudflare-warp
fi
fi
@ -1205,14 +1206,11 @@ proxy(){
fi
${PACKAGE_UPDATE[int]}; ${PACKAGE_INSTALL[int]} cloudflare-warp
fi
settings
elif [[ $CLIENT = 2 && $(warp-cli --accept-tos status 2>/dev/null) =~ 'Registration missing' ]]; then
settings
elif [[ $CLIENT = 2 && $(warp-cli --accept-tos status 2>/dev/null) =~ 'Registration missing' ]]; then settings
else
red " ${T[${L}85]} "
else red " ${T[${L}85]} "
fi
# 创建再次执行的软链接快捷方式,再次运行可以用 warp 指令,设置默认语言
@ -1245,7 +1243,6 @@ stream(){
esac
}
# 免费 WARP 账户升级 WARP+ 账户
update(){
wgcf_account(){

Loading…
Cancel
Save