From 5419adcf27a8d26732d4c92337650370957ed16c Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Tue, 10 Mar 2020 19:32:42 +0800 Subject: [PATCH] For #9 --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 6f7d2c9..9b84938 100755 --- a/restore.sh +++ b/restore.sh @@ -341,7 +341,7 @@ function Downgrade { echo "[Log] iOS $DowngradeVersion IPSW is missing, downloading IPSW..." curl -L https://api.ipsw.me/v4/ipsw/download/$ProductType/$DowngradeBuildVer -o $IPSW.ipsw fi - cp $IPSW/Firmware/dfu/$iBSS.dfu tmp/ + unzip -j $IPSW.ipsw Firmware/dfu/$iBSS.dfu -d tmp/ fi if [ ! $kDFUManual ]; then