issues
search
mpanighetti
/
install-or-defer
A framework for prompting users of Jamf Pro-managed Macs to install Apple software updates.
Apache License 2.0
148
stars
28
forks
source link
added macOS Ventura compatibility
#97
Closed
mpanighetti
closed
1 year ago
mpanighetti
commented
1 year ago
added macOS Ventura compatibility (resolves #93)
removed all references to System Preferences as app name is not consistent across all supported macOS releases
added Software Update icon path for macOS Ventura and later
removed macOS Mojave compatibility
added
quit_jamfhelper
function (replaces all
killall jamfhelper
runs)
added
bail_out
check for valid Jamf Pro URL definition
improved manual update check logic
improved comment and echo phrasing
updated README examples and consolidated regex examples
quit_jamfhelper
function (replaces allkillall jamfhelper
runs)bail_out
check for valid Jamf Pro URL definition