summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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