Browse Source

Certificate errors

Bob Mottram 11 years ago
parent
commit
66e86c1bbd
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      beaglebone.txt

+ 5
- 0
beaglebone.txt View File

@@ -357,6 +357,11 @@ mkdir kernel-3.14
357 357
 cd kernel-3.14
358 358
 tar -xzvf ../kernel-3.14.tar.gz
359 359
 sh install-me.sh
360
+#+END_SRC
361
+
362
+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:
363
+
364
+#+BEGIN_SRC: bash
360 365
 reboot
361 366
 #+END_SRC
362 367