MLBZ521 / MacAdmin

A collection of scripts and tools for managing Apple Devices
MIT License
166 stars 33 forks source link

Add Mac Studio support #15

Closed staze closed 2 years ago

staze commented 2 years ago

Get-LatestOSSupported.sh throws a "Model No Longer Supported" for the Mac Studio. Machine shows up as being "Mac13,1" (at least).

MLBZ521 commented 2 years ago

@staze Sorry for the delay on this.

While the Mac Studio isn't technically "supported" in the script, this shouldn't happen on the latest version of the script. It specifically will just assume any $unknown_model that's released going forward will support the $latest_OS.

I can confirm in my environment that Mac13,1's report Monterey as expected.

staze commented 2 years ago

Can confirm. I had grabbed the latest version when I submitted this, and apparently forgot to confirm it wasn't working.

Thank you sir!

MLBZ521 commented 2 years ago

No worries!