mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-18 17:36:23 +01:00
Remove this check for now
This commit is contained in:
parent
9380b48e5c
commit
6424f70bf1
@ -5714,13 +5714,6 @@ menu_ipsw_browse() {
|
|||||||
if (( device_proc < 7 )); then
|
if (( device_proc < 7 )); then
|
||||||
ipswcc="$(unzip -l "$newpath.ipsw" | grep -c 20[23])"
|
ipswcc="$(unzip -l "$newpath.ipsw" | grep -c 20[23])"
|
||||||
fi
|
fi
|
||||||
if [[ $1 != "custom" && $ipswcc != 0 ]]; then
|
|
||||||
warn "Custom IPSW selected, cannot continue."
|
|
||||||
print "* Do NOT select a custom IPSW for this selection."
|
|
||||||
print "* Please select the original IPSW for the IPSW selection."
|
|
||||||
pause
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
ipsw_version_set "$newpath" "$1"
|
ipsw_version_set "$newpath" "$1"
|
||||||
if [[ $(cat Restore.plist | grep -c $device_type) == 0 ]]; then
|
if [[ $(cat Restore.plist | grep -c $device_type) == 0 ]]; then
|
||||||
log "Selected IPSW is not for your device $device_type."
|
log "Selected IPSW is not for your device $device_type."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user