mm2270 / JamfProScripts

A collection of shell scripts created for use in Jamf Pro and elsewhere
MIT License
173 stars 30 forks source link

Selectable Software Updates not working with 10.13.3 Supplemental Update #14

Open n0brainer opened 6 years ago

n0brainer commented 6 years ago

It seems the 10.13.3 supplemental update is not working well with the script, it prompts to install it, and if you do so it immediately goes to reboot but never triggers the install.

charliwest commented 6 years ago

Seeing this issue as well. Some details we have found, there is something going on with the name of the updates to download

So looking manually we see after softwareupdate -l

Software Update found the following new or updated software:

Then trying to just download them manually

bash-3.2# softwareupdate -d "macOS High Sierra 10.13.4" Software Update Tool

macOS High Sierra 10.13.4: No such update No updates are available. bash-3.2# softwareupdate -d "macOS High Sierra 10.13.4 Update" Software Update Tool

macOS High Sierra 10.13.4 Update: No such update No updates are available. bash-3.2# softwareupdate -d "macOS High Sierra 10.13.4 Update-" Software Update Tool

macOS High Sierra 10.13.4 Update-: No such update No updates are available. bash-3.2# softwareupdate -d "macOS High Sierra 10.13.4 Update ( )" Software Update Tool

macOS High Sierra 10.13.4 Update ( ): No such update No updates are available.

So yeah, have tried playing around with different versions of the update name, nothing seems to work...

charliwest commented 6 years ago

Should be fixed by https://github.com/mm2270/CasperSuiteScripts/pull/15