From 15dc8197e883743772bdc19a756791e30fe3fdb1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 4 May 2024 15:43:16 +0200 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 17db3ab..ab476c1 100644 --- a/src/install.sh +++ b/src/install.sh @@ -31,7 +31,7 @@ rm -f "$TMP" MSG="Downloading $BASE..." info "$MSG" && html "$MSG" -/run/progress.sh "$TMP" "Downloading $BASE ([P])..." & +/run/progress.sh "$TMP" "" "Downloading $BASE ([P])..." & { wget "$BOOT" -O "$TMP" -q --no-check-certificate --show-progress "$PROGRESS"; rc=$?; } || : fKill "progress.sh"