From 6939d8c461b6a2418e0e04b5dc253587f7f7ddff Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:59:34 +0800 Subject: [PATCH] Enable custom IPSW option on more devices can't fix #378 for some reason so i'll just do this instead --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 3d4add1..b9b8f9f 100755 --- a/restore.sh +++ b/restore.sh @@ -4486,7 +4486,7 @@ menu_restore() { case $device_type in iPhone4,1 | iPhone5,[1234] | iPad2,4 | iPad3,[456] | iPod5,1 ) menu_items+=("Other (powdersn0w 7.x blobs)");; - iPhone1,[12] | iPhone2,1 | iPod[1234],1 ) + iPhone1,[12] | iPhone2,1 | iPhone3,[23] | iPad1,1 | iPod[1234],1 ) if [[ -z $1 ]]; then menu_items+=("Other (Custom IPSW)") fi