Blocking Sonoma #417
-
Is there a way to prevent erase-install from pulling down Sonoma as an update when its released? We use mosyle as our MDM and block users from OS updates but I'm afraid erase-install will override any restrictions we place on updating to Sonoma. After reading the wiki would something like this be used to ensure 13.4.1 is the installer being pulled? /Library/Management/Erase-install/erase-install.sh --reinstall --current-user --depnotify --os 13.4.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Not quite right. This will ensure erase-install downloads only the latest available version of macOS 13:
If you wanted to specify a certain minor version, then you can use the version flag:
(--current-user, --depnotify are no longer valid flags) |
Beta Was this translation helpful? Give feedback.
Not quite right. This will ensure erase-install downloads only the latest available version of macOS 13:
If you wanted to specify a certain minor version, then you can use the version flag:
(--current-user, --depnotify are no longer valid flags)