mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-21 06:13:34 +08:00
Fix incorrect repo path
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
REPO_URI="http://github.com/Hexxeh/rpi-firmware"
|
REPO_URI="http://github.com/Hexxeh/rpi-update"
|
||||||
|
|
||||||
UPDATE=${UPDATE:-1}
|
UPDATE=${UPDATE:-1}
|
||||||
UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"
|
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:-"/"}
|
ROOT_PATH=${ROOT_PATH:-"/"}
|
||||||
BOOT_PATH=${BOOT_PATH:-"/boot"}
|
BOOT_PATH=${BOOT_PATH:-"/boot"}
|
||||||
SKIP_KERNEL=${SKIP_KERNEL:-0}
|
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_REPOLOCAL="${ROOT_PATH}/root/.rpi-firmware"
|
||||||
FW_PATH="${BOOT_PATH}"
|
FW_PATH="${BOOT_PATH}"
|
||||||
FW_MODPATH="${ROOT_PATH}/lib/modules"
|
FW_MODPATH="${ROOT_PATH}/lib/modules"
|
||||||
|
|||||||
Reference in New Issue
Block a user