Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selectable Software Updates not working with 10.13.3 Supplemental Update #14

Open
n0brainer opened this issue Mar 15, 2018 · 2 comments

Comments

@n0brainer
Copy link

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
Copy link
Contributor

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

  • UpdateName='macOS High Sierra 10.13.4 Update ( )'
  • echo 'Now installing macOS High Sierra 10.13.4 Update ( )...'
    Now installing macOS High Sierra 10.13.4 Update ( )...
  • /Applications/Utilities/cocoaDialog.app/Contents/MacOS/cocoaDialog progressbar --title '' --text ' Preparing to install selected updates...' --posX center --posY 198 --width 450 --float --icon installer
  • /usr/sbin/softwareupdate --verbose -i 'macOS High Sierra 10.13.4 Update-'
  • read line
    ++ ps axc
    ++ grep cocoaDialog
    ++ wc -l
    ++ sed 's/^ *//'
  • [[ 2 != \2 ]]
    ++ echo 'macOS High Sierra 10.13.4 Update-: No such update'

So looking manually we see after softwareupdate -l

Software Update found the following new or updated software:

  • macOS High Sierra 10.13.4 Update-
    macOS High Sierra 10.13.4 Update ( ), 2299964K [recommended] [restart]

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
Copy link
Contributor

Should be fixed by #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants