Bläddra i källkod

Certificate errors

Bob Mottram 11 år sedan
förälder
incheckning
66e86c1bbd
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5
    0
      beaglebone.txt

+ 5
- 0
beaglebone.txt Visa fil

357
 cd kernel-3.14
357
 cd kernel-3.14
358
 tar -xzvf ../kernel-3.14.tar.gz
358
 tar -xzvf ../kernel-3.14.tar.gz
359
 sh install-me.sh
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
 reboot
365
 reboot
361
 #+END_SRC
366
 #+END_SRC
362
 
367