From a6b4e8245f2eabc36e09244dfa11395140cd048c Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:45:18 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/restore.sh b/restore.sh index 9bb199ad..f6571985 100755 --- a/restore.sh +++ b/restore.sh @@ -7921,6 +7921,8 @@ device_hacktivate() { esac log "Checking ideviceactivation status..." "$dir/ideviceactivation" activate + elif [[ $device_type == "iPod3,1" ]]; then + type="iPhone2,1" fi local patch="../resources/firmware/FirmwareBundles/Down_${type}_${device_vers}_${build}.bundle/lockdownd.patch" print "* Note: This is for hacktivating devices that are already restored, jailbroken, and have OpenSSH installed."