Correction for #92

https://github.com/Hexxeh/rpi-update/issues/92
This commit is contained in:
Cerber
2013-05-17 11:02:37 +02:00
parent 777e3140d6
commit c34d0dd003

View File

@@ -3,7 +3,7 @@
set -o nounset set -o nounset
set -o errexit set -o errexit
REPO_URI="http://github.com/Hexxeh/rpi-firmware" REPO_URI="https://github.com/Hexxeh/rpi-firmware"
UPDATE_SELF=${UPDATE_SELF:-1} UPDATE_SELF=${UPDATE_SELF:-1}
UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update" UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"