Fix cache path

This commit is contained in:
Liam McLoughlin
2012-05-01 16:17:33 +01:00
parent ecf2897acf
commit f0f8380a91

View File

@@ -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}