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,8 +94,10 @@ Downgrade() {
$ProductType == "iPad2,5" || $ProductType == "iPad2,6" ||
$ProductType == "iPad2,7" || $ProductType == "iPod5,1" ]] ||
[[ $ProductType == "iPad3"* && $DeviceProc == 5 ]]; then
Log "Using daibutsu jailbreak"
JBDaibutsu=1
if [[ $OSVer == 8.4.1 ]]; then
Log "Using daibutsu jailbreak"
JBDaibutsu=1
fi
fi
fi
fi