Merge branch 'master' of git://github.com/lacop/rpi-update

Conflicts:
	rpi-update
This commit is contained in:
James Nylen
2012-10-24 14:53:30 +00:00

View File

@@ -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