From 86e72e4191bd9e0dce44556d9d1c3b9ac4f94352 Mon Sep 17 00:00:00 2001 From: radio24 Date: Sun, 3 Mar 2024 22:06:33 +0100 Subject: [PATCH] Firmware Update with Raspberry Pi 5 --- menu-update | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/menu-update b/menu-update index c393af17..f0d1f298 100755 --- a/menu-update +++ b/menu-update @@ -722,7 +722,7 @@ CHOICE=$(whiptail --nocancel --title "TorBox v.0.5.3 - UPDATE & MAINTENANCE MENU "===" "==================================================[Updates]===" \ " 1" "Update the base system (reboot recommended!)" \ " 2" "Update additional network drivers (reboot required!)" \ -" 3" "Update the firmware of the RPI 4 (reboot required!)" \ +" 3" "Update the firmware of the RPI 4 or 5 (reboot required!)" \ " 4" "Update or change the version of tor" \ " 5" "Update the TorBox menu (whitout touching the configuration)" \ "==" "==========================================[Backup & Restore]===" \ @@ -890,7 +890,7 @@ case "$CHOICE" in fi ;; - # This updates the firmware on a RPI4 (done through clearnet because this is not sensitive) + # This updates the firmware on a RPI4 or RPI5 (done through clearnet because this is not sensitive) 3) clear if [ ! -z "$CHECK_HD3" ]; then @@ -902,8 +902,8 @@ case "$CHOICE" in fi else clear - echo -e "${WHITE}[!] ATTENTION! Updating the firmware is only supported by the RPI4!${NOCOLOR}" - echo -e "${WHITE}[!] The used hardware was not identified as a RPI4, why we don't try ${NOCOLOR}" + echo -e "${WHITE}[!] ATTENTION! Updating the firmware is only supported by the RPI4 and RPI5!${NOCOLOR}" + echo -e "${WHITE}[!] The used hardware was not identified as a RPI4 or RPI5. We don't try ${NOCOLOR}" echo -e "${WHITE}[!] to update the firmware. ${NOCOLOR}" sleep 10 fi