fix: Arch Linux Mirror (#1709)

Use official Arch Linux HTTPS server over potentially out of date mirror
This commit is contained in:
Lorenzo 2025-08-17 19:02:42 +02:00 committed by GitHub
parent 36082437e1
commit a6367ccb78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1628,7 +1628,7 @@ function get_archcraft() {
function get_archlinux() {
local HASH=""
local ISO=""
local URL="https://mirror.rackspace.com/archlinux"
local URL="https://geo.mirror.pkgbuild.com/"
ISO=$(web_pipe "https://archlinux.org/releng/releases/json/" | jq -r '.releases[0].iso_url')
HASH=$(web_pipe "https://archlinux.org/releng/releases/json/" | jq -r '.releases[0].sha256_sum')
echo "${URL}${ISO} ${HASH}"