From 83ec2ceec3e55d2452f47a403167278f6e1059b9 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Tue, 1 May 2012 17:25:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e836cb3..8535cc7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An easier way to update the firmware of your Raspberry Pi To install the tool, run the following command as root:
-wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update --quiet && chmod +x /usr/bin/rpi-update
+wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && chmod +x /usr/bin/rpi-update
 
If you get errors relating to certificates, then the problem is likely due to one of two things. Either the time is set incorrectly on your Raspberry Pi, which you can fix by simply setting the time using NTP. The other possible issue is that you might not have the ca-certificates package installed, and so GitHub's SSL certificate isn't trusted. If you're on Debian, you can resolve this by typing: