diff --git a/src/install.sh b/src/install.sh index d8e3923..e848537 100644 --- a/src/install.sh +++ b/src/install.sh @@ -39,7 +39,7 @@ info "$MSG" && html "$MSG" { wget "$BOOT" -O "$TMP" -q --no-check-certificate --show-progress "$PROGRESS"; rc=$?; } || : -(( rc != 0 )) && error "Failed to download $BOOT, reason: $rc" && exit 60 +(( rc != 0 )) && error "Failed to download $BOOT , reason: $rc" && exit 60 [ ! -f "$TMP" ] && error "Failed to download $BOOT" && exit 61 SIZE=$(stat -c%s "$TMP")