From 01a6d738b63989155331f359f1c6ae74c7f82aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=95=E3=81=95?= <91324887+sasa8810@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:40:08 +0900 Subject: [PATCH] Update downr1n.sh --- downr1n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downr1n.sh b/downr1n.sh index d653b76..0722dac 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -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