Update downr1n.sh

This commit is contained in:
ささ 2023-09-01 20:03:47 +09:00 committed by GitHub
parent fdb8afd32c
commit ad25613b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;