diff --git a/src/install.sh b/src/install.sh index 353de6b..42c411b 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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"