From 5f682a99898b75368d8d1754b93cf7a74fc72b50 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Jan 2024 12:04:31 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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