Update downr1n.sh
This commit is contained in:
parent
a14ce81c34
commit
01a6d738b6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ extractedIpsw="ipsw/extracted/"
|
|||
deviceid=$("$dir"/irecovery -q | grep PRODUCT | sed 's/PRODUCT: //')
|
||||
|
||||
if [ ! -d "ramdisk/" ]; then
|
||||
git clone https://github.com/dualra1n/ramdisk.git
|
||||
git clone https://github.com/dualra1n/ramdisk.git --depth=1
|
||||
fi
|
||||
|
||||
if [ ! -e ipsw/*.ipsw ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue