mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-11 22:28:55 +01:00
Fix error with iPhone1,2 3.1.3
This commit is contained in:
parent
41d0feace1
commit
d65a3def6f
@ -2924,7 +2924,7 @@ ipsw_prepare_jailbreak() {
|
||||
fi
|
||||
;;
|
||||
3.1* )
|
||||
if [[ $device_type == "iPhone2,1" || $ipsw_24o == 1 ]]; then
|
||||
if [[ $device_type == "iPhone1,2" || $device_type == "iPhone2,1" || $ipsw_24o == 1 ]]; then
|
||||
JBFiles[2]=
|
||||
fi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user