mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Make setting the UPDATE_REPO_URI variable consistent with the other REPO_URI variables
This commit is contained in:
committed by
popcornmix
parent
db82239f8d
commit
096fb1a1fe
@@ -23,7 +23,7 @@ LINUX_REPO_URI=${LINUX_REPO_URI:-"https://github.com/raspberrypi/linux"}
|
||||
LINUX_REPO_API_URI=${LINUX_REPO_URI/github.com/api.github.com\/repos}
|
||||
|
||||
UPDATE_SELF=${UPDATE_SELF:-1}
|
||||
UPDATE_REPO_URI="https://github.com/raspberrypi/rpi-update"
|
||||
UPDATE_REPO_URI=${UPDATE_REPO_URI:-"https://github.com/raspberrypi/rpi-update"}
|
||||
UPDATE_REPO_CONTENT_URI=${UPDATE_REPO_URI/github.com/raw.githubusercontent.com}
|
||||
UPDATE_URI="${UPDATE_REPO_CONTENT_URI}/master/rpi-update"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user