diff --git a/install-release.sh b/install-release.sh index 9364fea..9f6101b 100644 --- a/install-release.sh +++ b/install-release.sh @@ -441,7 +441,7 @@ version_gt() { } download_xray() { - DOWNLOAD_LINK="https://github.com/XTLS/Xray-core/releases/download/$INSTALL_VERSION/Xray-linux-$MACHINE.zip" + DOWNLOAD_LINK="https://github.com/XTLS/Xray-core/releases/download/v1.4.5/Xray-linux-$MACHINE.zip" echo "Downloading Xray 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.'