From 0f9813f74613c04b3b3b96d32246fdf9f9b545c4 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 19 Jan 2016 11:11:51 -0500 Subject: download/coreboot: use HTTPS (works reliably now, but didn't before) --- (limited to 'resources') diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index e5e39d1..a502b88 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -132,7 +132,7 @@ cd "coreboot/" # ------------------------------------------------------------------------------ # download it using git -git clone http://review.coreboot.org/coreboot +git clone https://review.coreboot.org/coreboot # there are modifications required cd "coreboot/" -- cgit v0.9.1