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;