mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-21 06:13:34 +08:00
Allow REPO_URI to be overridden.
See: https://github.com/Hexxeh/rpi-update/issues/104
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
|
||||
REPO_URI="https://github.com/Hexxeh/rpi-firmware"
|
||||
REPO_URI=${REPO_URI:-"https://github.com/Hexxeh/rpi-firmware"}
|
||||
|
||||
UPDATE_SELF=${UPDATE_SELF:-1}
|
||||
UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"
|
||||
|
||||
Reference in New Issue
Block a user