From ad25613b116a4fff326f19dfdef2ea94fec94c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=95=E3=81=95?= <91324887+sasa8810@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:03:47 +0900 Subject: [PATCH] Update downr1n.sh --- downr1n.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/downr1n.sh b/downr1n.sh index 2db51f4..2b6815a 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -456,7 +456,6 @@ if [ ! -e "$dir"/futurerestore ]; then rm -rf futurerestore-* fi -ipsw=$(ls ipsw/*.ipsw) # put your ipsw # Update submodules @@ -565,6 +564,8 @@ if [ ! -e ipsw/*.ipsw ]; then mv *.ipsw ipsw fi +ipsw=$(ls ipsw/*.ipsw) # put your ipsw + # Have the user put the device into DFU if [ "$(get_device_mode)" != "dfu" ]; then recovery_fix_auto_boot;