Fix "could not load IPSW" error

oops
This commit is contained in:
LukeZGD 2021-09-10 07:54:15 +08:00
parent 26f7375f88
commit 73fff2b207

View File

@ -94,11 +94,13 @@ Downgrade() {
$ProductType == "iPad2,5" || $ProductType == "iPad2,6" ||
$ProductType == "iPad2,7" || $ProductType == "iPod5,1" ]] ||
[[ $ProductType == "iPad3"* && $DeviceProc == 5 ]]; then
if [[ $OSVer == 8.4.1 ]]; then
Log "Using daibutsu jailbreak"
JBDaibutsu=1
fi
fi
fi
fi
if [[ $Mode == "Downgrade" && $ProductType == "iPhone5,1" && $Jailbreak != 1 ]]; then
Echo "* By default, iOS-OTA-Downgrader now flashes the iOS 8.4.1 baseband to iPhone5,1"