diff --git a/rpi-update b/rpi-update index c984b74..c892dca 100755 --- a/rpi-update +++ b/rpi-update @@ -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"