Make setting the UPDATE_REPO_URI variable consistent with the other REPO_URI variables

This commit is contained in:
Andrew Scheller
2024-09-06 16:17:09 +01:00
committed by popcornmix
parent db82239f8d
commit 096fb1a1fe

View File

@@ -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} LINUX_REPO_API_URI=${LINUX_REPO_URI/github.com/api.github.com\/repos}
UPDATE_SELF=${UPDATE_SELF:-1} 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_REPO_CONTENT_URI=${UPDATE_REPO_URI/github.com/raw.githubusercontent.com}
UPDATE_URI="${UPDATE_REPO_CONTENT_URI}/master/rpi-update" UPDATE_URI="${UPDATE_REPO_CONTENT_URI}/master/rpi-update"