https://github.com/pbowden-msft/ExtensionAttributes/blob/master/MAU_CheckMethod.sh relies on Python, and in macOS 12 beta, is causing a warning to be thrown when the EA is evaluated about it (or rather, "jamf") not being supported in future OS versions.
Found https://tidbits.com/2019/06/25/apple-to-deprecate-scripting-languages-in-future-versions-of-macos/
Looks like Apple is about to drop Python from macOS.
Thoughts on switching to using "defaults"? or PlistBuddy?
https://github.com/pbowden-msft/ExtensionAttributes/blob/master/MAU_CheckMethod.sh relies on Python, and in macOS 12 beta, is causing a warning to be thrown when the EA is evaluated about it (or rather, "jamf") not being supported in future OS versions.
Found https://tidbits.com/2019/06/25/apple-to-deprecate-scripting-languages-in-future-versions-of-macos/
Looks like Apple is about to drop Python from macOS.
Thoughts on switching to using "defaults"? or PlistBuddy?