Allow REPO_URI to be overridden.

See: https://github.com/Hexxeh/rpi-update/issues/104
This commit is contained in:
popcornmix
2013-08-12 20:44:42 +01:00
parent e92f4b3bf0
commit ec1ef11c92

View File

@@ -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"