From 98d1c16f071648982b9611d7242bd94305371a0a Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Fri, 3 Nov 2023 06:59:11 +0800 Subject: [PATCH] Remove iPod touch 3 warning --- restore.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/restore.sh b/restore.sh index 3a3fecd..567d99f 100755 --- a/restore.sh +++ b/restore.sh @@ -4019,11 +4019,6 @@ menu_ipsw() { menu_items=("Select Target IPSW") menu_print_info if [[ $1 == *"powdersn0w"* ]]; then - if [[ $device_type == "iPod3,1" ]]; then - warn "There might be an issue with powdersn0w downgrade for iPod touch 3." - print "* This is untested, let me know of any issues" - echo - fi menu_items+=("Select Base IPSW") if [[ -n $ipsw_path ]]; then print "* Selected Target IPSW: $ipsw_path.ipsw"