mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-21 06:13:34 +08:00
Update url to githubusercontent
This commit is contained in:
@@ -6,7 +6,7 @@ set -o errexit
|
|||||||
REPO_URI=${REPO_URI:-"https://github.com/Hexxeh/rpi-firmware"}
|
REPO_URI=${REPO_URI:-"https://github.com/Hexxeh/rpi-firmware"}
|
||||||
|
|
||||||
UPDATE_SELF=${UPDATE_SELF:-1}
|
UPDATE_SELF=${UPDATE_SELF:-1}
|
||||||
UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"
|
UPDATE_URI="https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update"
|
||||||
|
|
||||||
if [[ ${BOOT_PATH:-"unset"} == "unset" && ${ROOT_PATH:-"unset"} != "unset" ]] ||
|
if [[ ${BOOT_PATH:-"unset"} == "unset" && ${ROOT_PATH:-"unset"} != "unset" ]] ||
|
||||||
[[ ${BOOT_PATH:-"unset"} != "unset" && ${ROOT_PATH:-"unset"} == "unset" ]]; then
|
[[ ${BOOT_PATH:-"unset"} != "unset" && ${ROOT_PATH:-"unset"} == "unset" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user