mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Fix "could not load IPSW" error
oops
This commit is contained in:
parent
26f7375f88
commit
73fff2b207
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user