From 52ee2bc0aa658d0ba5c938ce4c85357a5331607b Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Sat, 15 Jun 2024 07:28:41 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 3f498d5..390bce6 100755 --- a/restore.sh +++ b/restore.sh @@ -6635,7 +6635,7 @@ menu_other() { menu_items+=("Activation Records") fi case $device_type in - iPhone3,[13] | iPhone[45]* | iPad1,1 | iPad2,4 | iPod3,1 ) menu_items+=("Disable/Enable Exploit");; + iPhone3,[13] | iPhone[45]* | iPad1,1 | iPad2,4 | iPod[35],1 ) menu_items+=("Disable/Enable Exploit");; iPhone2,1 ) menu_items+=("Install alloc8 Exploit");; esac if (( device_proc < 11 )) && [[ $device_latest_vers != "16"* ]]; then