Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created January 6, 2018 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/ece7e017cf9126219279cf6b2d5e60a5 to your computer and use it in GitHub Desktop.
Save rtrouton/ece7e017cf9126219279cf6b2d5e60a5 to your computer and use it in GitHub Desktop.
Enroll a Mac in Apple's developer beta software update feed
#!/bin/bash
# Set Mac to receive OS beta updates from Software Update
/System/Library/PrivateFrameworks/Seeding.framework/Resources/seedutil enroll DeveloperSeed
# Give the OS time to register the changes before any follow-up Software Update process runs.
sleep 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment