mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Update restore.sh
This commit is contained in:
parent
1705ecc0d9
commit
a74ecb2204
@ -1450,6 +1450,7 @@ patch_ibss() {
|
|||||||
case $device_type in
|
case $device_type in
|
||||||
iPad1,1 | iPod3,1 ) build_id="9B206";;
|
iPad1,1 | iPod3,1 ) build_id="9B206";;
|
||||||
iPhone2,1 | iPod4,1 ) build_id="10B500";;
|
iPhone2,1 | iPod4,1 ) build_id="10B500";;
|
||||||
|
iPhone3,[123] ) build_id="11D257";;
|
||||||
* ) build_id="12H321";;
|
* ) build_id="12H321";;
|
||||||
esac
|
esac
|
||||||
if [[ -n $device_ramdisk_build ]]; then
|
if [[ -n $device_ramdisk_build ]]; then
|
||||||
@ -1474,6 +1475,7 @@ patch_ibec() {
|
|||||||
case $device_type in
|
case $device_type in
|
||||||
iPad1,1 | iPod3,1 ) build_id="9B206";;
|
iPad1,1 | iPod3,1 ) build_id="9B206";;
|
||||||
iPhone2,1 | iPod4,1 ) build_id="10B500";;
|
iPhone2,1 | iPod4,1 ) build_id="10B500";;
|
||||||
|
iPhone3,[123] ) build_id="11D257";;
|
||||||
* ) build_id="12H321";;
|
* ) build_id="12H321";;
|
||||||
esac
|
esac
|
||||||
if [[ -n $device_ramdisk_build ]]; then
|
if [[ -n $device_ramdisk_build ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user