install-or-defer
install-or-defer copied to clipboard
A framework for prompting users of Jamf Pro-managed Macs to install Apple software updates.
Wondered if we can give the EUD user some flexibility in the defer time per prompt? A Dropdown box with a selection of deferment times which could be customised using...
This forces install or defer to call softwareupdate --list on the initial install of the PKG, subsequent execution of the script via the LaunchDaemon runtime length will bypass softwareupdate --list...
On a Macbook with version 11.3.1, the script does not find any updates, although /usr/sbin/softwareupdate --list finds updates (11.4). The log says the following: May 28 11:26:00 Install or Defer.sh[52463]...
As we all know Apple are really pushing MDM commands for software updates, it would be good to add in the below feature? 1. Optional setting in PLIST to enable...
Hey, Love the new script and Config Profile. I noticed that my computers get to last stage of "Installing updates..." hud which then it should restart... but it just doesn't?...
@mpanighetti - Amazing Project By the way! I am new to this project but have been testing it out in macOS 11.4 to upgrade to 11.6 and found that there...
Any thoughts on possibly integrating the MDM API call for InstallASAP to trigger software Updates for Apple Silicon devices? Granted it’ll require the user to manually add in an API...
- switched LaunchDaemon from `ProgramArguments` array to `Program` string #91 - moved bailout logic to `bail_out` function to speed up error exits - removed unused helper script and LaunchDaemon references...
Not sure if its possible or not but a more friendly name for the LaunchDaemon would be great when macOS Ventura rolls out. Currently the LD shows up as "bash"...