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-*
|
rm -rf futurerestore-*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ipsw=$(ls ipsw/*.ipsw) # put your ipsw
|
|
||||||
|
|
||||||
|
|
||||||
# Update submodules
|
# Update submodules
|
||||||
|
|
@ -565,6 +564,8 @@ if [ ! -e ipsw/*.ipsw ]; then
|
||||||
mv *.ipsw ipsw
|
mv *.ipsw ipsw
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ipsw=$(ls ipsw/*.ipsw) # put your ipsw
|
||||||
|
|
||||||
# Have the user put the device into DFU
|
# Have the user put the device into DFU
|
||||||
if [ "$(get_device_mode)" != "dfu" ]; then
|
if [ "$(get_device_mode)" != "dfu" ]; then
|
||||||
recovery_fix_auto_boot;
|
recovery_fix_auto_boot;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue