From b1d8ad53eb18535442ff7d89be9acbbfccc8a54e Mon Sep 17 00:00:00 2001 From: Sandupa Sandamina Date: Tue, 28 Dec 2021 09:56:59 +0530 Subject: [PATCH] Update install-release.sh --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'