mirror of
https://github.com/munki/munki.git
synced 2026-01-05 14:10:00 -06:00
Bump Python version to 3.11.2; PyObjC version to 9.0.1, etc
This commit is contained in:
@@ -8,7 +8,7 @@ if [ -f "/usr/local/munki/python" ]; then
|
||||
fi
|
||||
|
||||
# sometimes old versions are left behind in the framework. remove them.
|
||||
for OLDVERS in 3.7 3.8 ; do
|
||||
for OLDVERS in 3.7 3.8 3.9 ; do
|
||||
if [ -d "/usr/local/munki/Python.framework/Versions/${OLDVERS}" ]; then
|
||||
/bin/rm -r "/usr/local/munki/Python.framework/Versions/${OLDVERS}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user