From 3a30e618ad5d48f4e292f42fb88c3124dd30f2b4 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 18 Jun 2021 11:00:07 +0100 Subject: [PATCH] Add message explaining how to force an update (#317) * Add message explaining how to force an update * Tweak wording --- rpi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-update b/rpi-update index f47243b..fab3778 100755 --- a/rpi-update +++ b/rpi-update @@ -592,7 +592,7 @@ if [[ ! -f "${FW_REVFILE}" ]]; then else LOCAL_HASH=$(get_long_hash "$(cat "${FW_REVFILE}")") if [[ "${LOCAL_HASH}" == "${FW_REV}" ]]; then - echo " *** Your firmware is already up to date" + echo " *** Your firmware is already up to date (delete ${FW_REVFILE} to force an update anyway)" exit 0 fi if [[ ${JUST_CHECK} -ne 0 ]]; then