Skip to content

Commit a50f389

Browse files
committed
always create custom ipsw for a5 4.x (ipad 2)
ipsw_nskip=1 for a5 4.x (ipad 2)
1 parent e158153 commit a50f389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

restore.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,8 @@ ipsw_preference_set() {
26712671
esac
26722672
if [[ $ipsw_gasgauge_patch != 1 && $ipsw_jailbreak != 1 && $device_target_vers == "$device_latest_vers" ]]; then
26732673
ipsw_nskip=
2674-
elif [[ $ipsw_gasgauge_patch == 1 ]] || [[ $platform == "macos" && $platform_arch == "arm64" ]]; then
2674+
elif [[ $ipsw_gasgauge_patch == 1 ]] || [[ $platform == "macos" && $platform_arch == "arm64" ]] ||
2675+
[[ $device_proc == 5 && $target_vers_maj == 4 ]]; then
26752676
ipsw_nskip=1
26762677
fi
26772678

0 commit comments

Comments
 (0)