diff --git a/update-mirrors b/update-mirrors index 8cf158f..4035fea 100755 --- a/update-mirrors +++ b/update-mirrors @@ -65,7 +65,7 @@ sudo." | fold >&2 fi # Download, ready, output -mirrorlist=$(curl -s -L "$(make-url)") +mirrorlist=$(curl --no-progress-meter -L "$(make-url)") if [[ $? -eq 0 ]]; then echo "$mirrorlist" | sed 's/^#\([^#].*\)/\1/' > "$dest"