From c34d0dd00318a6528afc37231984249397a883f1 Mon Sep 17 00:00:00 2001 From: Cerber Date: Fri, 17 May 2013 11:02:37 +0200 Subject: [PATCH] Correction for #92 https://github.com/Hexxeh/rpi-update/issues/92 --- rpi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-update b/rpi-update index cfb062d..e13532f 100755 --- a/rpi-update +++ b/rpi-update @@ -3,7 +3,7 @@ set -o nounset set -o errexit -REPO_URI="http://github.com/Hexxeh/rpi-firmware" +REPO_URI="https://github.com/Hexxeh/rpi-firmware" UPDATE_SELF=${UPDATE_SELF:-1} UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"