mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
rpi-update: Switch to using raspberrypi repo
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
|
||||
REPO_URI=${REPO_URI:-"https://github.com/Hexxeh/rpi-firmware"}
|
||||
REPO_URI=${REPO_URI:-"https://github.com/raspberrypi/rpi-firmware"}
|
||||
REPO_API_URI=${REPO_URI/github.com/api.github.com\/repos}
|
||||
REPO_CONTENT_URI=${REPO_URI/github.com/raw.githubusercontent.com}
|
||||
|
||||
UPDATE_SELF=${UPDATE_SELF:-1}
|
||||
UPDATE_REPO_URI="https://github.com/Hexxeh/rpi-update"
|
||||
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