Update install.sh

This commit is contained in:
Kroese 2024-02-04 15:00:15 +01:00 committed by GitHub
parent 47f9033ef6
commit 30dc64435f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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