mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Use HTTP protocol instead of GIT
Use HTTP protocol instead of GIT, due to HTTP being easier on proxies.
This commit is contained in:
@@ -9,7 +9,7 @@ UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"
|
||||
ROOT_PATH=${ROOT_PATH:-"/"}
|
||||
BOOT_PATH=${BOOT_PATH:-"/boot"}
|
||||
SKIP_KERNEL=${SKIP_KERNEL:-0}
|
||||
FW_REPO="git://github.com/Hexxeh/rpi-firmware.git"
|
||||
FW_REPO="http://github.com/Hexxeh/rpi-firmware.git"
|
||||
FW_REPOLOCAL="${ROOT_PATH}/root/.rpi-firmware"
|
||||
FW_PATH="${BOOT_PATH}"
|
||||
FW_MODPATH="${ROOT_PATH}/lib/modules"
|
||||
|
||||
Reference in New Issue
Block a user