Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Last active May 6, 2017 21:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryanmaclean/a49bf73bd02587c968df6d91c68435c4 to your computer and use it in GitHub Desktop.
Save ryanmaclean/a49bf73bd02587c968df6d91c68435c4 to your computer and use it in GitHub Desktop.
Create macOS Sierra USB Installation Disk
#!/bin/bash
## The drive will need to be named "USB"
## It should be over 8GB large
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment