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.'