mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Fix a DeviceTree error (powdersn0w lower 4.x)
powdersn0w 4.0-4.2.x
This commit is contained in:
parent
16a9037eb1
commit
b43255e7ef
@ -2996,7 +2996,7 @@ ipsw_prepare_ios4multipart() {
|
|||||||
|
|
||||||
log "Add $device_target_vers DeviceTree to all_flash"
|
log "Add $device_target_vers DeviceTree to all_flash"
|
||||||
rm $all_flash2/DeviceTree.${device_model}ap.img3
|
rm $all_flash2/DeviceTree.${device_model}ap.img3
|
||||||
unzip -o -j "$ipsw_path.ipsw" $all_flash2/DeviceTree.${device_model}ap.img3 -d $all_flash2
|
unzip -o -j "$ipsw_path.ipsw" $all_flash/DeviceTree.${device_model}ap.img3 -d $all_flash2
|
||||||
|
|
||||||
if [[ $ipsw_verbose == 1 ]]; then
|
if [[ $ipsw_verbose == 1 ]]; then
|
||||||
ExtraArgs2+=" -b -v"
|
ExtraArgs2+=" -b -v"
|
||||||
|
Loading…
Reference in New Issue
Block a user