Hi all,
For upgrading our macOS 10.15 Mac's to Big Sur we use a script which calls another policy to download the Big Sur installer. Instead of packaging and uploading the complete installer to Jamf, we use the command : sudo softwareupdate --download --fetch-full-installer --full-installer-version 11.5.1
We still have some 10.14 Mac's and because the command above didn't exist in 10.14 I want to use the command 'software -i 'macos Big Sur 'name' ' .
When I am on my test-macBook with 10.14 and run the command "softwareupdate -l of softwareupdate --list" it comes with the result: No new software available.
When going to System Preferences > Software Update it shows me 'macOS Big Sur'. So in fact there is new software available.
I've tried to run the command 'softwareupdate -i 'macOS Big Sur 11.5.1-20G80' but then it says "No such update".
Any thoughts why the softwareupdate command in the terminal comes back with 'No new software available'? And...how to fix this?