mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
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:
parent
3fef9e06c1
commit
d6ef65c578
@ -4,6 +4,7 @@ set -eo pipefail
|
|||||||
# Mirror URLs, make sure these end in slashes.
|
# Mirror URLs, make sure these end in slashes.
|
||||||
BACKUP_MIRRORS=(
|
BACKUP_MIRRORS=(
|
||||||
https://storage.puri.sm/heads-packages/
|
https://storage.puri.sm/heads-packages/
|
||||||
|
https://storage.puri.st/heads-packages/
|
||||||
)
|
)
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
|
Loading…
Reference in New Issue
Block a user