更新 install-relase.sh

This commit is contained in:
wangqifan 2025-06-21 17:17:53 +08:00
parent 5877a6e252
commit 122ed2001b

View File

@ -292,7 +292,7 @@ get_version() {
download_v2ray() { download_v2ray() {
# DOWNLOAD_LINK="https://github.com/v2fly/v2ray-core/releases/download/$RELEASE_VERSION/v2ray-linux-$MACHINE.zip" # 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" echo "Downloading V2Ray archive: $DOWNLOAD_LINK"
if ! curl -x "${PROXY}" -R -H 'Cache-Control: no-cache' -o "$ZIP_FILE" "$DOWNLOAD_LINK"; then 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.' echo 'error: Download failed! Please check your network or try again.'