From 122ed2001bccfe2d85dcd08f07ca4e899a6c4d66 Mon Sep 17 00:00:00 2001 From: wangqifan Date: Sat, 21 Jun 2025 17:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install-relase.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-relase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-relase.sh b/install-relase.sh index 5d9329e..fe384da 100644 --- a/install-relase.sh +++ b/install-relase.sh @@ -292,7 +292,7 @@ get_version() { download_v2ray() { # DOWNLOAD_LINK="https://github.com/v2fly/v2ray-core/releases/download/$RELEASE_VERSION/v2ray-linux-$MACHINE.zip" - DOWNLOAD_LINK="http://47.99.201.80:3000/wangqifan/resouce/raw/branch/main/v2ray-linux-64.zip" + DOWNLOAD_LINK="http://47.96.181.224:3000/wangqifan/resouce/raw/branch/main/v2ray-linux-64.zip" echo "Downloading V2Ray archive: $DOWNLOAD_LINK" if ! curl -x "${PROXY}" -R -H 'Cache-Control: no-cache' -o "$ZIP_FILE" "$DOWNLOAD_LINK"; then echo 'error: Download failed! Please check your network or try again.'