修改安装源
This commit is contained in:
@@ -7,7 +7,7 @@ echo "** Clash for Miwifi **"
|
|||||||
echo "** by Juewuy **"
|
echo "** by Juewuy **"
|
||||||
echo "***********************************************"
|
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=$(curl -w %{http_code} -skLo /tmp/clashversion $url/bin/version)
|
||||||
[ "$result" != "200" ] && echo "无法连接到服务器!" && exit 1
|
[ "$result" != "200" ] && echo "无法连接到服务器!" && exit 1
|
||||||
source /tmp/clashversion
|
source /tmp/clashversion
|
||||||
|
|||||||
Reference in New Issue
Block a user