From c5d7d188b42decc91a3b51b4f818140d2d4500ac Mon Sep 17 00:00:00 2001 From: Gordon GECOS Date: Mon, 29 Jul 2024 18:17:16 -0400 Subject: show wget progress --- update-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-repo b/update-repo index aa2804b..695157e 100755 --- a/update-repo +++ b/update-repo @@ -76,7 +76,7 @@ fetch_pkg() read link && [ "$link" ] || return show_pkg index.html >&2 - wget_with_log -c "$link" "$link.asc" + wget_with_log --show-progress -c "$link" "$link.asc" } quiet dpkg-query -W html-xml-utils || sudo apt install html-xml-utils -- cgit v1.2.3