We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52c212 commit 12ba5bbCopy full SHA for 12ba5bb
restore.sh
@@ -3733,11 +3733,9 @@ ipsw_prepare_32bit() {
3733
case $device_target_vers in
3734
4.3* ) [[ $device_type == "iPad2"* ]] && JBFiles[0]=;;
3735
4.2.9 | 4.2.10 ) JBFiles[0]=;;
3736
- 4.2.1 )
3737
- if [[ $device_type != "iPhone1,2" ]]; then
3738
- ExtraArgs+=" -punchd"
3739
- JBFiles[0]=$jelbrek/greenpois0n/${device_type}_${device_target_build}.tar
3740
- fi
+ 4.2.[8761] )
+ ExtraArgs+=" -punchd"
+ JBFiles[0]=$jelbrek/greenpois0n/${device_type}_${device_target_build}.tar
3741
;;
3742
esac
3743
JBFiles+=("freeze.tar")
0 commit comments