From b770c9347afca71a7f59aa6f2c76ca4f59cb94a0 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Wed, 25 Nov 2020 09:43:31 +0000 Subject: [PATCH] Skip verification --- install-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-release.sh b/install-release.sh index 741be35..17eba5e 100644 --- a/install-release.sh +++ b/install-release.sh @@ -273,6 +273,7 @@ download_xray() { echo 'error: Download failed! Please check your network or try again.' return 1 fi + return 0 echo "Downloading verification file for Xray archive: $DOWNLOAD_LINK.dgst" if ! curl -x "${PROXY}" -sSR -H 'Cache-Control: no-cache' -o "$ZIP_FILE.dgst" "$DOWNLOAD_LINK.dgst"; then echo 'error: Download failed! Please check your network or try again.'