summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2024-07-29 18:17:16 -0400
committerGordon GECOS <u@adam>2024-07-29 18:17:16 -0400
commitc5d7d188b42decc91a3b51b4f818140d2d4500ac (patch)
treea753d52d48e4ef52e33d9ea3499b62e39f6e9706
parentab6be19690c573fdb112977edcfec8cdbfb6e775 (diff)
show wget progress
-rwxr-xr-xupdate-repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-repo b/update-repo
index aa2804b..695157e 100755
--- a/update-repo
+++ b/update-repo
@@ -76,7 +76,7 @@ fetch_pkg()
76 read link && 76 read link &&
77 [ "$link" ] || return 77 [ "$link" ] || return
78 show_pkg index.html >&2 78 show_pkg index.html >&2
79 wget_with_log -c "$link" "$link.asc" 79 wget_with_log --show-progress -c "$link" "$link.asc"
80} 80}
81 81
82quiet dpkg-query -W html-xml-utils || sudo apt install html-xml-utils 82quiet dpkg-query -W html-xml-utils || sudo apt install html-xml-utils