Fix: Mirror URL changed
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a48c41258a
commit
ed736d6173
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ else
|
|||
fi
|
||||
|
||||
step "Measuring mirror speed, searching 5 fastest mirrors"
|
||||
curl -s "https://www.archlinux.org/mirrorlist/?country=all&protocol=https&use_mirror_status=on" |
|
||||
curl -s "https://archlinux.org/mirrorlist/all/https/" |
|
||||
sed -e 's/^#Server/Server/' -e '/^#/d' |
|
||||
rankmirrors -n 5 - |
|
||||
tee ${outfile}
|
||||
|
|
Loading…
Reference in a new issue