From da1a94bd54e720da0f4f5c408e050f3949f052da Mon Sep 17 00:00:00 2001 From: crazypeace Date: Tue, 10 Sep 2024 01:47:17 +0800 Subject: [PATCH] Update test-a.sh --- test-a.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-a.sh b/test-a.sh index 8fe3307..9ba8615 100644 --- a/test-a.sh +++ b/test-a.sh @@ -21,11 +21,11 @@ read -p "请输入你的选择: " choice case $choice in 2) - bash <(curl -Ls ) + bash <(curl -Ls https://github.com/crazypeace/gh-proxy/raw/master/test-b.sh) ;; 3) - bash <(curl -Ls ) + bash <(curl -Ls https://github.com/crazypeace/gh-proxy/raw/master/test-c.sh) ;; 5)