Created
October 18, 2017 11:52
-
-
Save kaloprominat/2f85b8591b36e5c9d6199a27b67bc71a to your computer and use it in GitHub Desktop.
mac os x: bash software update change beta catalog
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
softwareupdate --clear-catalog | |
Enabling is a bit more tricky, because you need to choose your channel/source. The options are: | |
OS X Public Beta | |
sudo softwareupdate --set-catalog https://swscan.apple.com/content/catalogs/others/index-10.12beta-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz | |
OS X Developer Beta catalog | |
sudo softwareupdate --set-catalog https://swscan.apple.com/content/catalogs/others/index-10.12seed-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz | |
OS X Gold Master catalog | |
sudo softwareupdate --set-catalog https://swscan.apple.com/content/catalogs/others/index-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment