From d51a5576bc631a7e4603da10a973c9b89092affc Mon Sep 17 00:00:00 2001 From: holiveros Date: Wed, 19 Sep 2012 13:27:32 -0700 Subject: [PATCH] Use HTTP protocol instead of GIT Use HTTP protocol instead of GIT, due to HTTP being easier on proxies. --- rpi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-update b/rpi-update index d8ee3f8..a3a029a 100755 --- a/rpi-update +++ b/rpi-update @@ -9,7 +9,7 @@ UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update" ROOT_PATH=${ROOT_PATH:-"/"} BOOT_PATH=${BOOT_PATH:-"/boot"} SKIP_KERNEL=${SKIP_KERNEL:-0} -FW_REPO="git://github.com/Hexxeh/rpi-firmware.git" +FW_REPO="http://github.com/Hexxeh/rpi-firmware.git" FW_REPOLOCAL="${ROOT_PATH}/root/.rpi-firmware" FW_PATH="${BOOT_PATH}" FW_MODPATH="${ROOT_PATH}/lib/modules"