mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-12 06:40:23 +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
|
fi
|
||||||
;;
|
;;
|
||||||
3.1* )
|
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]=
|
JBFiles[2]=
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user