aboutsummaryrefslogtreecommitdiff
path: root/projects/seabios
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2018-12-28 19:58:19 +0000
committerGogs <gogitservice@gmail.com>2018-12-28 19:58:19 +0000
commit23ae353382f819d2b7de7328c813f61784d88ee7 (patch)
tree1d7fd8991a96c180f40ba32be0ed3962a2cc3239 /projects/seabios
parentba3469e03d71e64a4a09a40b91a50138580a367f (diff)
parent0d9ffffe65344b0a598bfe3d91f394f42306869e (diff)
downloadlibrebootfr-23ae353382f819d2b7de7328c813f61784d88ee7.tar.gz
librebootfr-23ae353382f819d2b7de7328c813f61784d88ee7.zip
Merge branch 'seabios-git-redundancy' of libreboot/libreboot into master
Diffstat (limited to 'projects/seabios')
-rwxr-xr-xprojects/seabios/seabios3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/seabios/seabios b/projects/seabios/seabios
index 8cb4fd29..8f523f61 100755
--- a/projects/seabios/seabios
+++ b/projects/seabios/seabios
@@ -27,7 +27,8 @@ usage() {
download() {
local repository="$project"
- project_download_git "$project" "$repository" 'https://review.coreboot.org/seabios.git' "$@"
+ project_download_git "$project" "$repository" 'https://git.seabios.org/seabios.git' "$@" || \
+ project_download_git "$project" "$repository" 'https://review.coreboot.org/cgit/seabios.git/' "$@"
}
download_check() {