mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
For #9
This commit is contained in:
parent
77a4c51a9e
commit
5419adcf27
@ -341,7 +341,7 @@ function Downgrade {
|
|||||||
echo "[Log] iOS $DowngradeVersion IPSW is missing, downloading IPSW..."
|
echo "[Log] iOS $DowngradeVersion IPSW is missing, downloading IPSW..."
|
||||||
curl -L https://api.ipsw.me/v4/ipsw/download/$ProductType/$DowngradeBuildVer -o $IPSW.ipsw
|
curl -L https://api.ipsw.me/v4/ipsw/download/$ProductType/$DowngradeBuildVer -o $IPSW.ipsw
|
||||||
fi
|
fi
|
||||||
cp $IPSW/Firmware/dfu/$iBSS.dfu tmp/
|
unzip -j $IPSW.ipsw Firmware/dfu/$iBSS.dfu -d tmp/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! $kDFUManual ]; then
|
if [ ! $kDFUManual ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user