mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Update depends.sh
This commit is contained in:
parent
5f3ccb2fe6
commit
f0870cd9ce
@ -96,8 +96,8 @@ SetToolPaths() {
|
||||
fi
|
||||
|
||||
elif [[ $platform == "macos" ]]; then
|
||||
# for macOS 12.3 and newer
|
||||
if (( ${platformver:0:2} > 11 )) && [[ -z $python ]]; then
|
||||
# for macOS 12 and newer
|
||||
if (( ${platformver:0:2} > 11 )); then
|
||||
python="/usr/bin/python3"
|
||||
ipwndfu="$(which python2) ipwndfu"
|
||||
rmsigchks="$(which python2) rmsigchks.py"
|
||||
|
Loading…
Reference in New Issue
Block a user