[macOS] Fix Python2 installer condition (#7624)

This commit is contained in:
Erik Bershel
2023-05-22 21:52:24 +02:00
committed by GitHub
parent 9d9b3a110d
commit e1366c9a6f

View File

@@ -3,7 +3,7 @@ source ~/utils/utils.sh
echo "Installing Python Tooling"
if ! is_Veertu; then
if is_Monterey || is_BigSur; then
echo "Install latest Python 2"
Python2Url="https://www.python.org/ftp/python/2.7.18/python-2.7.18-macosx10.9.pkg"
download_with_retries $Python2Url "/tmp" "python2.pkg"