From 74c7177168b1d0e74bb6a000712dd7609e981ad6 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:42:05 +0800 Subject: [PATCH] Show tethered option in iPad 1, touch 3, 4 CDMA basically for those with broken powdersn0w versions --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 3b2326e..b6cc74d 100755 --- a/restore.sh +++ b/restore.sh @@ -4480,7 +4480,7 @@ menu_restore() { menu_items+=("Other (Tethered)") fi case $device_type in - iPhone3,2 | iPod4,1 ) + iPhone3,[23] | iPad1,1 | iPod[34],1 ) menu_items+=("Other (Tethered)");; esac if (( device_proc < 7 )); then