Advertisement
ebertek

Change OS X Beta channels

Nov 3rd, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.21 KB | None | 0 0
  1. # MOVED TO https://github.com/ebertek/scripts/blob/master/OSX-Beta.sh
  2.  
  3. ### Developer
  4. ## 10.9 Mavericks
  5. # https://swscan.apple.com/content/catalogs/others/index-10.9seed-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz
  6. ## 10.10 Yosemite
  7. # https://swscan.apple.com/content/catalogs/others/index-10.10seed-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz
  8. ## 10.11 El Capitan
  9. # https://swscan.apple.com/content/catalogs/others/index-10.11seed-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz
  10.  
  11. ### Public AppleSeed:
  12. # https://swscan.apple.com/content/catalogs/others/index-10.9publicseed-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz
  13. # https://swscan.apple.com/content/catalogs/others/index-10.10beta-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz
  14.  
  15. ### Get current URL
  16. defaults read /Library/Preferences/com.apple.SoftwareUpdate.plist CatalogURL
  17.  
  18. ### Clear URL
  19. # sudo /usr/sbin/softwareupdate --clear-catalog
  20.  
  21. ### Set URL
  22. sudo /usr/sbin/softwareupdate --set-catalog "https://swscan.apple.com/content/catalogs/others/index-10.11seed-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement