From 841102bc5ed4a436f1bfb14a1fead3925f264407 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:26:53 +0800 Subject: [PATCH] Update on handling A7 pwn on mac --- restore.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/restore.sh b/restore.sh index 4ef8e1f..f142923 100755 --- a/restore.sh +++ b/restore.sh @@ -1234,9 +1234,7 @@ device_enter_mode() { return fi elif [[ $irec_pwned == 1 && $device_proc == 7 ]]; then - if [[ $platform == "macos" ]]; then - ${ipwnder}2 -p - else + if [[ $platform != "macos" ]]; then device_ipwndfu rmsigchks fi return