From 0e6d85a8c74a21e5653c97cbc027e5a539956ff8 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:25:15 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/restore.sh b/restore.sh index 99e012f..3344420 100755 --- a/restore.sh +++ b/restore.sh @@ -8695,11 +8695,11 @@ menu_justboot() { print "* You are about to do a tethered boot." print "* To know more about build version, go here: https://theapplewiki.com/wiki/Firmware" echo - if [[ -n $vers ]]; then - print "* Build Version entered: $vers" - elif [[ -n $ipsw_justboot_path ]]; then + if [[ -n $ipsw_justboot_path ]]; then print "* Selected IPSW: $ipsw_justboot_path" print "* IPSW Version: $device_target_vers-$device_target_build" + elif [[ -n $vers ]]; then + print "* Build Version entered: $vers" else print "* Enter build version or select IPSW to continue" fi