mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Fix cache path
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user