From b43255e7ef550dc3b4e4563d817f1acd0b3e2ee1 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:00:26 +0800 Subject: [PATCH] Fix a DeviceTree error (powdersn0w lower 4.x) powdersn0w 4.0-4.2.x --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 6ccc869..479550f 100755 --- a/restore.sh +++ b/restore.sh @@ -2996,7 +2996,7 @@ ipsw_prepare_ios4multipart() { log "Add $device_target_vers DeviceTree to all_flash" 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 ExtraArgs2+=" -b -v"