소스 검색

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