From d40b5c7b1a7b16b0c27828f615159c525306adb0 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 7 Mar 2016 14:45:22 +0000 Subject: download/coreboot: Add backup repository for coreboot Download from the backup repository, if the main repository is unavailable. Coreboot.org is sometimes offline, so it's nice to have a backup. --- resources/scripts/helpers/download/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/helpers/download') diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 600d6de9..93af2884 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -82,7 +82,7 @@ cd "coreboot/" # ------------------------------------------------------------------------------ # download it using git -git clone https://review.coreboot.org/coreboot +git clone https://review.coreboot.org/coreboot || git clone https://github.com/coreboot/coreboot.git # there are modifications required cd "coreboot/" -- cgit v1.2.3-70-g09d2