mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-12 08:19:13 +01:00
Update on handling A7 pwn on mac
This commit is contained in:
parent
7505eb09f0
commit
841102bc5e
@ -1234,9 +1234,7 @@ device_enter_mode() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
elif [[ $irec_pwned == 1 && $device_proc == 7 ]]; then
|
elif [[ $irec_pwned == 1 && $device_proc == 7 ]]; then
|
||||||
if [[ $platform == "macos" ]]; then
|
if [[ $platform != "macos" ]]; then
|
||||||
${ipwnder}2 -p
|
|
||||||
else
|
|
||||||
device_ipwndfu rmsigchks
|
device_ipwndfu rmsigchks
|
||||||
fi
|
fi
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user