fix: Use a consistent source

stay on the same mirror to parse information and fetch iso
This commit is contained in:
Phil Clifford 2025-04-13 00:22:14 +01:00
parent b36b072be3
commit fc54dc7334
No known key found for this signature in database
GPG Key ID: 3B0A3BA167A07F7D
1 changed files with 1 additions and 1 deletions

View File

@ -2331,7 +2331,7 @@ function get_pclinuxos() {
# shellcheck disable=SC2155
local HASH="$(web_pipe "${URL}/pclinuxos64-${EDITION}-${RELEASE}.md5sum" | head -c 32)"
local ISO="pclinuxos64-${EDITION}-${RELEASE}.iso"
local URL="https://ftp.nluug.nl/os/Linux/distr/pclinuxos/pclinuxos/iso"
local URL="https://ftp.fau.de/pclinuxos/pclinuxos/iso"
echo "${URL}/${ISO} ${HASH}"
}