Hi ,
I have just tried following the above instructions and when I get to
sudo wget https://raw.githubusercontent.com/raspb ... er/vncboot --no-check-certificate
I get the following error:
pi@small4gb /etc/init.d $ sudo wget https://raw.githubusercontent.com/raspb ... er/vncboot --no-check-certificate
--2016-01-08 16:23:20-- https://raw.githubusercontent.com/raspb ... er/vncboot
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 62.252.172.241
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|62.252.172.241|:443... connected.
GnuTLS: A TLS fatal alert has been received.
GnuTLS: received alert [0]: Close notify
Unable to establish SSL connection.
I am guessing this a problem with the link, I have had search through github and on
https://github.com/raspberrypilearning/ ... lob/master
found a file vncboot which I have downloaded, so I tried
sudo wget https://github.com/raspberrypilearning/ ... er/vncboot --no-check-certificate
but this gave me a 404 error.
I am going to carry on following the instructions using the file I downloaded and will post a response if it works.
I am using a 4GB image of jessie which I found in the forum, I want to update our schools raspberry PIs to the latest image but on the existing 4GB cards. I do not see why this will cause the problem I have seen.
Any ideas as to what the problem is?