浏览代码

Certificate errors

Bob Mottram 11 年前
父节点
当前提交
66e86c1bbd
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      beaglebone.txt

+ 5
- 0
beaglebone.txt 查看文件

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