From 49960c547b43e260c878e25a5150dcd0bf9649cd Mon Sep 17 00:00:00 2001 From: Dave Crump Date: Sun, 15 Jan 2017 11:22:03 +0000 Subject: [PATCH] Procedure for External DNS --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b61c1c0..cb16d33 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ wget https://raw.githubusercontent.com/BritishAmateurTelevisionClub/rpidatv/mast chmod +x install.sh ./install.sh ``` +- If you receive an error after entering the wget line: 'GnuTLS: A TLS fatal alert has been received.', it may be that your ISP is blocking access to GitHub (some Virgin Media installations for example). If (only if) you get this error, paste the following command in, and press return. +```sh +sudo sed -i 's/^#name_servers.*/name_servers=8.8.8.8/' /etc/resolvconf.conf +``` +Then reboot, and try again. The comnmand asks your RPi to use Google's DNS, not your ISP's DNS. + - For French menus and keyboard, replace the last line above with ```sh ./install.sh fr