Created
July 27, 2021 08:32
-
-
Save Semdevmaster/8a6bef6c776640772a87c7ead89164bf to your computer and use it in GitHub Desktop.
Переключение каналов обновления для MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Переключение на канал бета версий | |
| sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil enroll DeveloperSeed | |
| #Переключение на канал стабильных версий | |
| sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil unenroll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment