Update menu.sh

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

@ -1173,7 +1173,7 @@ proxy(){
if [[ $CLIENT = 0 ]]; then
green " ${T[${L}83]} "
if [[ $SYSTEM = CentOS ]]; then
rpm -ivh http://pkg.cloudflareclient.com/cloudflare-release-el8.rpm
rpm -ivh http://pkg.cloudflareclient.com/cloudflare-release-el8.rpm >/dev/null 2>&1
if [[ $(expr "$SYS" : '.*\s\([0-9]\{1,\}\)\.*') = 7 && ! $(strings /lib64/libc.so.6 ) =~ GLIBC_2.28 ]]; then
reading " ${T[${L}148]} " C7CLIENT
[[ $C7CLIENT != [Yy] ]] && exit

Loading…
Cancel
Save