From ec6216c20e411a6edb97a42a86917cb28f5f588f 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:43:07 +0900 Subject: [PATCH] Update downr1n.sh --- downr1n.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/downr1n.sh b/downr1n.sh index b8dbde0..3671487 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -32,6 +32,7 @@ if [ ! -d "ramdisk/" ]; then fi if [ ! -e ipsw/*.ipsw ]; then + echo "[*] Downloading ipsw" "$dir"/aria2c -x16 -s16 -j16 "$(curl -sL "https://api.ipsw.me/v4/device/$deviceid?type=ipsw" | "$dir"/jq '.firmwares | .[] | select(.version=="'$1'")' | "$dir"/jq -s '.[0] | .url' --raw-output)" mv *.ipsw ipsw fi