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])..." &