mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-25 15:51:50 +01:00
Fix jb not applied on 6.x powdersn0w iPhone3,1
This commit is contained in:
parent
13642b5f9d
commit
18d25af99c
@ -1797,7 +1797,7 @@ ipsw_prepare_powder() {
|
|||||||
if [[ $device_target_vers == "4.3"* ]]; then
|
if [[ $device_target_vers == "4.3"* ]]; then
|
||||||
ExtraArgs+="-apticket $shsh_path"
|
ExtraArgs+="-apticket $shsh_path"
|
||||||
fi
|
fi
|
||||||
if [[ $ipsw_jailbreak == 1 && -z ${JBFiles[0]} ]]; then
|
if [[ $ipsw_jailbreak == 1 && $device_target_vers == "6"* ]]; then
|
||||||
ipsw_prepare_config true true
|
ipsw_prepare_config true true
|
||||||
else
|
else
|
||||||
ipsw_prepare_config false true
|
ipsw_prepare_config false true
|
||||||
|
Loading…
Reference in New Issue
Block a user