From ee02a0b0894a932c650137f6200b6c875498105d Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 5 Jun 2024 10:33:14 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"