From 01de63a3376d503a9ad796a30591d5bce6a0a4af 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:47 +0900 Subject: [PATCH] Update downr1n.sh --- downr1n.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/downr1n.sh b/downr1n.sh index 0722dac..b8dbde0 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -25,6 +25,7 @@ max_args=2 arg_count=0 extractedIpsw="ipsw/extracted/" deviceid=$("$dir"/irecovery -q | grep PRODUCT | sed 's/PRODUCT: //') +chmod +x "$dir"/* if [ ! -d "ramdisk/" ]; then git clone https://github.com/dualra1n/ramdisk.git --depth=1