mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +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 {
|
||||
echo "Updating firmware"
|
||||
update_firmware
|
||||
echo "Updating modules"
|
||||
update_modules
|
||||
echo "Updating SDK"
|
||||
update_sdk
|
||||
echo "Almost done, final tweaks"
|
||||
finalise
|
||||
echo "If no errors appeared, your firmware was successfully $1"
|
||||
if [[ "${ROOT_PATH}" == "/" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user