This commit is contained in:
LukeeGD 2020-03-10 19:32:42 +08:00
parent 77a4c51a9e
commit 5419adcf27

View File

@ -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