Skip to content

Commit 36a1367

Browse files
committed
add "2" on custom ipsw name for ipod4,1 7.1.2 if 2012 model
1 parent 1dc7ba7 commit 36a1367

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

restore.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9185,6 +9185,9 @@ ipsw_custom_set() {
91859185
[[ $device_type == "$device_disable_bbupdate" && $device_deadbb != 1 ]]; then
91869186
ipsw_custom+="-$device_ecid"
91879187
fi
9188+
if [[ $device_type == "iPod4,1" && $device_target_vers == "7.1.2" && $device_is2012 == 1 ]]; then
9189+
ipsw_custom+="2"
9190+
fi
91889191
}
91899192

91909193
menu_logo_browse() {

0 commit comments

Comments
 (0)