Skip to content

Commit

Permalink
Update restore.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Sep 14, 2023
1 parent 1705ecc commit a74ecb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1450,6 +1450,7 @@ patch_ibss() {
case $device_type in
iPad1,1 | iPod3,1 ) build_id="9B206";;
iPhone2,1 | iPod4,1 ) build_id="10B500";;
iPhone3,[123] ) build_id="11D257";;
* ) build_id="12H321";;
esac
if [[ -n $device_ramdisk_build ]]; then
Expand All @@ -1474,6 +1475,7 @@ patch_ibec() {
case $device_type in
iPad1,1 | iPod3,1 ) build_id="9B206";;
iPhone2,1 | iPod4,1 ) build_id="10B500";;
iPhone3,[123] ) build_id="11D257";;
* ) build_id="12H321";;
esac
if [[ -n $device_ramdisk_build ]]; then
Expand Down

0 comments on commit a74ecb2

Please sign in to comment.