Update install.sh
This commit is contained in:
parent
21ae7edcd2
commit
15dc8197e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue