mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-21 06:13:34 +08:00
Merge branch 'master' of git://github.com/lacop/rpi-update
Conflicts: rpi-update
This commit is contained in:
@@ -133,9 +133,13 @@ function do_backup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function do_update {
|
function do_update {
|
||||||
|
echo "Updating firmware"
|
||||||
update_firmware
|
update_firmware
|
||||||
|
echo "Updating modules"
|
||||||
update_modules
|
update_modules
|
||||||
|
echo "Updating SDK"
|
||||||
update_sdk
|
update_sdk
|
||||||
|
echo "Almost done, final tweaks"
|
||||||
finalise
|
finalise
|
||||||
echo "If no errors appeared, your firmware was successfully $1"
|
echo "If no errors appeared, your firmware was successfully $1"
|
||||||
if [[ "${ROOT_PATH}" == "/" ]]; then
|
if [[ "${ROOT_PATH}" == "/" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user