Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-05 05:43:02 +00:00
parent 0d751ebf0e
commit 458cc53a42
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ echo
readp " 请输入数字:" Input readp " 请输入数字:" Input
case "$Input" in case "$Input" in
1 ) warpinscha;; 1 ) warpinscha;;
2 ) [[ $cpu = amd64 ]] && SOCKS5ins || bash CFwarp.sh;; 2 ) [[ $cpu = amd64* ]] && SOCKS5ins || bash CFwarp.sh;;
3 ) WARPun && uncf ;; 3 ) WARPun && uncf ;;
4 ) WGproxy;; 4 ) WGproxy;;
5 ) WARPonoff;; 5 ) WARPonoff;;