mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
parent
559d8d1563
commit
a3f9f72d3b
@ -78,13 +78,15 @@ Downgrade() {
|
||||
|
||||
elif [[ $Mode == "Downgrade" && $DeviceProc != 7 ]]; then
|
||||
read -p "$(Input 'Jailbreak the selected iOS version? (y/N):')" Jailbreak
|
||||
[[ $Jailbreak == 'Y' || $Jailbreak == 'y' ]] && Jailbreak=1
|
||||
|
||||
if [[ $ProductType == "iPad2,5" || $ProductType == "iPad2,6" ||
|
||||
$ProductType == "iPad2,7" || $ProductType == "iPod5,1" ]]; then
|
||||
Log "Warning - A5 Rev A device detected. Enabling the jailbreak option might not work for you"
|
||||
read -p "$(Input 'Select Y to continue anyway, N to cancel and exit (y/N):')" Jailbreak
|
||||
[[ $Jailbreak == 'Y' || $Jailbreak == 'y' ]] && Jailbreak=1 || exit 0
|
||||
|
||||
if [[ $Jailbreak == 'Y' || $Jailbreak == 'y' ]]; then
|
||||
Jailbreak=1
|
||||
if [[ $ProductType == "iPad2,5" || $ProductType == "iPad2,6" ||
|
||||
$ProductType == "iPad2,7" || $ProductType == "iPod5,1" ]]; then
|
||||
Log "Warning - A5 Rev A device detected. Enabling the jailbreak option might not work for you"
|
||||
read -p "$(Input 'Select Y to continue anyway, N to cancel and exit (y/N):')" Jailbreak
|
||||
[[ $Jailbreak == 'Y' || $Jailbreak == 'y' ]] && Jailbreak=1 || exit 0
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user