From d6ef65c57878dc5e05bd0f3e6fa7583c7bd445ef Mon Sep 17 00:00:00 2001 From: Jonathon Hall Date: Thu, 26 Sep 2024 08:59:01 -0400 Subject: [PATCH] bin/fetch_source_archive.sh: Add storage.puri.st mirror storage.puri.st is an alternate host name for storage.puri.sm, in case there is another issue with the .sm name registration. Signed-off-by: Jonathon Hall --- bin/fetch_source_archive.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/fetch_source_archive.sh b/bin/fetch_source_archive.sh index 76cb0e60..0738395f 100755 --- a/bin/fetch_source_archive.sh +++ b/bin/fetch_source_archive.sh @@ -4,6 +4,7 @@ set -eo pipefail # Mirror URLs, make sure these end in slashes. BACKUP_MIRRORS=( https://storage.puri.sm/heads-packages/ + https://storage.puri.st/heads-packages/ ) usage()