From c2db54ade09fe3396a4a63c6ddac47d3f10427ab Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Sat, 8 Feb 2025 08:07:34 +0800 Subject: [PATCH] make dfu ipsw option available for s5l8900 devices, idk if it works though DFU IPSW for S5L8900 devices is not tested. Let me know if it works or not --- restore.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/restore.sh b/restore.sh index 047b5fd..f006bc6 100755 --- a/restore.sh +++ b/restore.sh @@ -7357,9 +7357,9 @@ menu_restore() { case $device_type in iPhone3,[23] | iPod[34],1 ) menu_items+=("Other (Tethered)");; esac - if (( device_proc < 7 )); then - menu_items+=("DFU IPSW") - fi + fi + if (( device_proc < 7 )); then + menu_items+=("DFU IPSW") fi menu_items+=("IPSW Downloader" "Go Back") menu_print_info