Skip to content

Commit

Permalink
Firmware Update with Raspberry Pi 5
Browse files Browse the repository at this point in the history
  • Loading branch information
radio24 committed Mar 3, 2024
1 parent e220103 commit 86e72e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions menu-update
Original file line number Diff line number Diff line change
Expand Up @@ -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]===" \
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 86e72e4

Please sign in to comment.