diff --git a/src/install.sh b/src/install.sh index 79f8692..3e0d36b 100644 --- a/src/install.sh +++ b/src/install.sh @@ -118,7 +118,7 @@ if [ ! -f "$ISO" ]; then { wget "$VERSION" -O "$ISO" -q --no-check-certificate --show-progress "$PROGRESS"; rc=$?; } || : - (( rc != 0 )) && echo && error "Failed to download $VERSION, reason: $rc" && exit 60 + (( rc != 0 )) && error "Failed to download $VERSION, reason: $rc" && exit 60 fi