Update install.sh
This commit is contained in:
parent
fbedd24cbf
commit
ee02a0b089
1 changed files with 3 additions and 3 deletions
|
@ -37,10 +37,10 @@ else
|
||||||
progress="--progress=dot:giga"
|
progress="--progress=dot:giga"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg="Downloading $base..."
|
msg="Downloading $base"
|
||||||
info "$msg" && html "$msg"
|
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=$?; } || :
|
{ wget "$BOOT" -O "$TMP" -q --timeout=30 --show-progress "$progress"; rc=$?; } || :
|
||||||
|
|
||||||
fKill "progress.sh"
|
fKill "progress.sh"
|
||||||
|
|
Loading…
Reference in a new issue