2
0
mirror of https://github.com/LukeZGD/Legacy-iOS-Kit.git synced 2025-04-20 21:51:24 +02:00

Update restore.sh

This commit is contained in:
LukeeGD 2024-11-18 12:25:15 +08:00
parent 15cf6c9774
commit 0e6d85a8c7

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