Phu Ngo
Phu Ngo
Another issue with Monterey (12.0.1) is `softwareupdate -l` sometime return "no update available" I have some modify in refreshSoftwareUpdateList() to reduce the issue (not eliminated it but help most of...
@bp88 I'm open for discussion, there some improve I do before deploy in our env, would love to talk with you about this
if [[ "${auditResult}" == "1" ]]; then if [[ "$osVersion" == "12."* ]] || [[ "$osVersion" == "13."* ]]; then I modified and it seem still work in Ventura