Fix error with iPhone1,2 3.1.3

This commit is contained in:
LukeeGD 2025-01-22 07:24:17 +08:00
parent 41d0feace1
commit d65a3def6f

View File

@ -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
;; ;;