Fix a DeviceTree error (powdersn0w lower 4.x)

powdersn0w 4.0-4.2.x
This commit is contained in:
LukeZGD 2024-02-23 07:00:26 +08:00
parent 16a9037eb1
commit b43255e7ef

View File

@ -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"