How to update macOS using terminal
I want to update my M1 macOS to Ventura 13.0 using terminal. How can I do this?
MacBook Air 13″, macOS 12.6
Apple Intelligence is now available on iPhone, iPad, and Mac!
I want to update my M1 macOS to Ventura 13.0 using terminal. How can I do this?
MacBook Air 13″, macOS 12.6
You could open the app with a similar terminal command to the below, but it would just open the installation screens (same as opening it through Spotlight or finding and clicking on it)-
open -a "Install macOS Ventura.app"
Are you having issues that cause you to use Terminal?
softwareupdate --fetch-full-installer --full-installer-version 13.0
It doesn’t install, but downloads the installer.
How do I get the software to actually install?
The installer will show up in your applications folder. If it doesn’t start on its own, run it from there.
If you want it to install from the shell, I don’t know if that is possible.
How to update macOS using terminal