summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup-apkrepos.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in
index 4565852..05ef08e 100644
--- a/setup-apkrepos.in
+++ b/setup-apkrepos.in
@@ -51,7 +51,7 @@ find_fastest_mirror() {
for url in $MIRRORS; do
# warm up the dns cache
nslookup $(get_hostname_from_url $url) >/dev/null 2>&1
- local time=$(time_cmd wget -q -s -T 5 \
+ local time=$(time_cmd wget --spider -q -T 5 \
${url%/}/edge/main/$arch/APKINDEX.tar.gz)
if [ -n "$time" ]; then
echo "$time $url"