From 66e86c1bbdce4b605d39895407526a5aca21910c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 May 2014 21:44:51 +0100 Subject: [PATCH] Certificate errors --- beaglebone.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/beaglebone.txt b/beaglebone.txt index 75df02e2..ba353daa 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -357,6 +357,11 @@ mkdir kernel-3.14 cd kernel-3.14 tar -xzvf ../kernel-3.14.tar.gz sh install-me.sh +#+END_SRC + +If you get a certificate error then edit *install-me.sh* and change the /https/ to /http/, save and try again. Once the installation has completed then you can reboot by typing: + +#+BEGIN_SRC: bash reboot #+END_SRC