Merge pull request #1800 from JonathonHall-Purism/storage_puri_st_mirror

bin/fetch_source_archive.sh: Add storage.puri.st mirror
This commit is contained in:
Thierry Laurion 2024-10-02 11:39:28 -04:00 committed by GitHub
commit 79dc677d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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