Update content

I need to update the OS on my Mac mini M1

Reviewed on 15 May 2023 • Published on 26 May 2021
Security & Identity (IAM):

You may need certain IAM permissions to carry out some actions described on this page. This means:

  • you are the Owner of the Scaleway Organization in which the actions will be carried out, or
  • you are an IAM user of the Organization, with a policy granting you the necessary permission sets
Requirements:

To update the Operating System installed on your Mac mini M1, you can use the softwareupdate tool.

  1. Get a list of all available updates by running the following command:
    softwareupdate --list
  2. Install all available updates by running the following command:
    sudo softwareupdate --install
Note:

If you want to upgrade selected packages only, run the following command: softwareupdate --install package-name