summaryrefslogtreecommitdiffstats
path: root/resources/scripts
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-01-19 11:11:51 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-01-19 11:11:51 (EST)
commit0f9813f74613c04b3b3b96d32246fdf9f9b545c4 (patch)
tree7ee72d82d7f25b984820ef9ed3d7cae66b3e418f /resources/scripts
parent4fd8ac3d2ac87cfb274bb91a2b61f722b43b913e (diff)
downloadlibreboot-0f9813f74613c04b3b3b96d32246fdf9f9b545c4.zip
libreboot-0f9813f74613c04b3b3b96d32246fdf9f9b545c4.tar.gz
libreboot-0f9813f74613c04b3b3b96d32246fdf9f9b545c4.tar.bz2
download/coreboot: use HTTPS (works reliably now, but didn't before)
Diffstat (limited to 'resources/scripts')
-rwxr-xr-xresources/scripts/helpers/download/coreboot2
1 files changed, 1 insertions, 1 deletions
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/"