From 30dc64435f84c0cc88f7adc81e9acb12ab3bb93c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 4 Feb 2024 15:00:15 +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 fb97c55..35bf0a5 100644 --- a/src/install.sh +++ b/src/install.sh @@ -34,7 +34,7 @@ BASE=$(echo "$BASE" | sed -e 's/[^A-Za-z0-9._-]/_/g') TMP="$STORAGE/${BASE%.*}.tmp" rm -f "$TMP" -MSG="Downloading $BASE ..." +MSG="Downloading $BASE..." info "$MSG" && html "$MSG" /run/progress.sh "$TMP" "Downloading $BASE ([P])..." &