diff options
-rwxr-xr-x | update-website | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-website b/update-website index 7df537a..3e4360d 100755 --- a/update-website +++ b/update-website @@ -141,7 +141,7 @@ fi ( printf ' <div id="download-mirrors">\n' - curl -Ss 'https://git.archlinux32.org/archlinux32/packages/raw/branch/master/core/pacman-mirrorlist/mirrorlist?'"$( + curl -Ss 'https://archlinux32.org/mirrorlist/?country=all&hash='"$( head -c 24 /dev/urandom | \ base64 -w0 )" | \ |