2
0
mirror of https://github.com/LukeZGD/Legacy-iOS-Kit.git synced 2025-04-20 21:51:24 +02:00
This commit is contained in:
LukeZGD 2024-02-09 19:35:24 +08:00
parent bba456bc25
commit 8c91a776cf

@ -3901,7 +3901,7 @@ ipsw_prepare() {
ipsw_prepare_powder
elif [[ $ipsw_jailbreak == 1 && $device_target_other != 1 ]]; then
ipsw_prepare_jailbreak
else
elif [[ $device_target_vers != "$device_latest_vers" ]]; then
ipsw_prepare_32bit
fi
;;