From f0f8380a9118f0be02fd62b1093aae9305fe691b Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Tue, 1 May 2012 16:17:33 +0100 Subject: [PATCH] Fix cache path --- rpi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-update b/rpi-update index a9af385..71de2ae 100755 --- a/rpi-update +++ b/rpi-update @@ -6,7 +6,7 @@ set -o errexit UPDATE=${2:-1} UPDATE_URI="https://raw.github.com/Hexxeh/rpi-update/master/rpi-update" FW_REPO="git://github.com/Hexxeh/rpi-firmware.git" -FW_REPOLOCAL="~/.rpi-firmware" +FW_REPOLOCAL="/root/.rpi-firmware" FW_PATH="/boot" FW_REPONAME=`basename ${FW_REPOLOCAL}` FW_RAM=${1:-224}