From 458cc53a42824fa294348fd6663bce45a91f856f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Sun, 5 Mar 2023 05:43:02 +0000 Subject: [PATCH] Update CFwarp.sh --- CFwarp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CFwarp.sh b/CFwarp.sh index a8ac948..78bb244 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -965,7 +965,7 @@ echo readp " 请输入数字:" Input case "$Input" in 1 ) warpinscha;; - 2 ) [[ $cpu = amd64 ]] && SOCKS5ins || bash CFwarp.sh;; + 2 ) [[ $cpu = amd64* ]] && SOCKS5ins || bash CFwarp.sh;; 3 ) WARPun && uncf ;; 4 ) WGproxy;; 5 ) WARPonoff;;