Fix jb not applied on 6.x powdersn0w iPhone3,1

This commit is contained in:
LukeZGD 2023-05-27 17:05:59 +08:00
parent 13642b5f9d
commit 18d25af99c

View File

@ -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