Update downr1n.sh
This commit is contained in:
parent
fdb8afd32c
commit
ad25613b11
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue