Unverified Commit 2e4eb56d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Curl error on Chinese mirror (#707)

parent 39c01919
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"