From 2ed3c33b24129db58ffd1752d67f4093c718a4b8 Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 13 Aug 2020 22:43:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_c.sh b/install_c.sh index 827fa0c..811b09f 100644 --- a/install_c.sh +++ b/install_c.sh @@ -7,7 +7,7 @@ echo "** Clash for Miwifi **" echo "** by Juewuy **" echo "***********************************************" -url="https://juewuy.xyz/clash/" +url="https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi/" result=$(curl -w %{http_code} -skLo /tmp/clashversion $url/bin/version) [ "$result" != "200" ] && echo "无法连接到服务器!" && exit 1 source /tmp/clashversion