Update install.sh

This commit is contained in:
Kroese 2024-06-05 10:33:14 +02:00 committed by GitHub
parent fbedd24cbf
commit ee02a0b089
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,10 +37,10 @@ else
progress="--progress=dot:giga"
fi
msg="Downloading $base..."
info "$msg" && html "$msg"
msg="Downloading $base"
info "$msg..." && html "$msg..."
/run/progress.sh "$TMP" "" "Downloading $base ([P])..." &
/run/progress.sh "$TMP" "" "$msg ([P])..." &
{ wget "$BOOT" -O "$TMP" -q --timeout=30 --show-progress "$progress"; rc=$?; } || :
fKill "progress.sh"