Skip to content

Commit

Permalink
Fix error with iPhone1,2 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jan 21, 2025
1 parent 41d0fea commit d65a3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit d65a3de

Please sign in to comment.