mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-28 09:11:49 +01:00
Update restore.sh
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user