From 9a2cd230c3efb09dba4f4e80e7988b5d3f0c8cfc Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 10 Apr 2023 23:38:29 -0400 Subject: [PATCH] add git ramdisk with branch dev --- downr1n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downr1n.sh b/downr1n.sh index 41ecc6e..ceb8f16 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -25,7 +25,7 @@ arg_count=0 extractedIpsw="ipsw/extracted/" if [ ! -d "ramdisk/" ]; then - git clone https://github.com/dualra1n/ramdisk.git + git clone -b dev https://github.com/dualra1n/ramdisk.git fi if [ -e .downgraded ]; then