From bb76a65ff628f23cf717e625b463b013a7406233 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 26 Apr 2024 16:31:38 +0200 Subject: [PATCH] fix: Curl error on Chinese mirror --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 9ba4dc6..475a261 100644 --- a/src/install.sh +++ b/src/install.sh @@ -130,7 +130,7 @@ if [ ! -s "$RDC" ]; then fKill "progress.sh" if (( rc != 0 )); then - if (( rc != 22 )) && (( rc != 56 )); + if (( rc != 22 )) && (( rc != 56 )); then error "Failed to download $LOC, reason: $rc" && exit 60 fi SUM="skip"