Skip to content

Commit d4c1b6d

Browse files
committed
ipsw_nskip=1 for ipad2,6 and iphone5,3/5,4
1 parent ef0f425 commit d4c1b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2872,7 +2872,7 @@ ipsw_preference_set() {
28722872
# ipsw_nskip being 1 means that it will always create/use a custom ipsw.
28732873
# useful for disabling baseband update, or in the case of macos arm64, not having to use futurerestore for 32-bit.
28742874
case $device_type in
2875-
iPad[23],[23] | "$device_disable_bbupdate" ) ipsw_nskip=1;;
2875+
iPad[23],[23] | iPad2,6 | iPhone5,[34] | "$device_disable_bbupdate" ) ipsw_nskip=1;;
28762876
esac
28772877
if [[ $ipsw_gasgauge_patch != 1 && $ipsw_jailbreak != 1 && $device_target_vers == "$device_latest_vers" ]]; then
28782878
ipsw_nskip=

0 commit comments

Comments
 (0)