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