From dd224382380e7a556d98e323d89bfa60dd80fef9 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:10:39 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/restore.sh b/restore.sh index 3d72dff..934dd0d 100755 --- a/restore.sh +++ b/restore.sh @@ -4175,11 +4175,6 @@ device_justboot() { "7"* | "8"* ) error "Tethered verbose boot is supported for iOS 5 and newer only." esac device_verbose_boot=1 - if [[ $device_proc == 4 ]]; then - device_enter_mode pwnDFU - else - device_enter_mode kDFU - fi device_ramdisk justboot }