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 <jonathon.hall@puri.sm>
This commit is contained in:
Jonathon Hall 2024-09-26 08:59:01 -04:00
parent 3fef9e06c1
commit d6ef65c578
No known key found for this signature in database
GPG Key ID: 1E9C3CA91AE25114

View File

@ -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()