Fix incorrect repo path

This commit is contained in:
Liam McLoughlin
2012-10-09 23:39:07 +01:00
parent 16c20612ed
commit 5e8344a93c

View File

@@ -3,7 +3,7 @@
set -o nounset
set -o errexit
REPO_URI="http://github.com/Hexxeh/rpi-firmware"
REPO_URI="http://github.com/Hexxeh/rpi-update"
UPDATE=${UPDATE:-1}
UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"
@@ -11,7 +11,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="${REPO_URI}/rpi-firmware.git"
FW_REPO="${REPO_URI}.git"
FW_REPOLOCAL="${ROOT_PATH}/root/.rpi-firmware"
FW_PATH="${BOOT_PATH}"
FW_MODPATH="${ROOT_PATH}/lib/modules"