Certificate errors

This commit is contained in:
Bob Mottram 2014-05-02 21:44:51 +01:00
parent c3e8623026
commit 66e86c1bbd
1 changed files with 5 additions and 0 deletions

View File

@ -357,6 +357,11 @@ mkdir kernel-3.14
cd kernel-3.14
tar -xzvf ../kernel-3.14.tar.gz
sh install-me.sh
#+END_SRC
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:
#+BEGIN_SRC: bash
reboot
#+END_SRC