Skip to main content

Hello,
I'm on JSS 9.92
I try to update some iMac (10.9.5) with execute commands in "Files and Processes":
sudo softwareupdate --install iTunesX-12.4.1



The policy is executed (status completed) but the update is always available in softwareupdate -l



What's wrong ?
Thanks for helping...

Dump the "sudo". Try again.



Just ran this OK:



softwareupdate -i iTunesX-12.4.1


"What he said".



Also easier to simplify the syntax and just use "-i". This is a straight copy/paste out of my policy to do the exact same thing you're trying:



softwareupdate -i iTunesXPatch-12.4



Sudo is always going to expect a password as the next argument.


Yep, it's ok with just :



softwareupdate -i iTunesXPatch-12.4.1



I thought I already tested that.
Thanks ! :-)