Update install.sh

This commit is contained in:
Kroese 2024-05-04 15:43:16 +02:00 committed by GitHub
parent 21ae7edcd2
commit 15dc8197e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"