From d40b5c7b1a7b16b0c27828f615159c525306adb0 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 07 Mar 2016 09:45:22 -0500 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. --- (limited to 'resources') diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 600d6de..93af288 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 v0.9.1