diff --git a/restore.sh b/restore.sh index 2215d63..4102cce 100755 --- a/restore.sh +++ b/restore.sh @@ -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 ;;