From d65a3def6fd4b49e716966b269c63f4da0745232 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 22 Jan 2025 07:24:17 +0800 Subject: [PATCH] Fix error with iPhone1,2 3.1.3 --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 2215d63..4102cce 100755 --- a/restore.sh +++ b/restore.sh @@ -2924,7 +2924,7 @@ ipsw_prepare_jailbreak() { fi ;; 3.1* ) - if [[ $device_type == "iPhone2,1" || $ipsw_24o == 1 ]]; then + if [[ $device_type == "iPhone1,2" || $device_type == "iPhone2,1" || $ipsw_24o == 1 ]]; then JBFiles[2]= fi ;;