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:
- You have an account and are logged into the Scaleway console
- You have created your SSH key and added it to your account
- You have created a Mac mini M1
To update the Operating System installed on your Mac mini M1, you can use the softwareupdate
tool.
- Get a list of all available updates by running the following command:
softwareupdate --list
- 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