#!/bin/bash # Determine OS version osvers=$(sw_vers -productVersion |
awk -F. '{print $2}') sw_vers=$(sw_vers -productVersion) # Determine OS
build number sw_build=$(sw_vers -buildVersion) # Checks first to see if
the Mac is running 10.7.0 or higher....
Any chance we could get the completed corrected Catalina script posted?
Also for the Profile usage is there a document you could link on how to
import/distribute the profile to end user devices after the OS is
updated/installed.