Explorar el Código

Certificate errors

Bob Mottram hace 11 años
padre
commit
66e86c1bbd
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      beaglebone.txt

+ 5
- 0
beaglebone.txt Ver fichero

@@ -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