From dc9a0da5b3490a467829d996389fbb5eb07e8a23 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Wed, 10 Oct 2012 00:06:09 +0100 Subject: [PATCH] Really fix the repo URL... --- rpi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-update b/rpi-update index c892dca..3ef39c6 100755 --- a/rpi-update +++ b/rpi-update @@ -3,7 +3,7 @@ set -o nounset set -o errexit -REPO_URI="http://github.com/Hexxeh/rpi-update" +REPO_URI="http://github.com/Hexxeh/rpi-firmware" UPDATE=${UPDATE:-1} UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"