Last active
May 6, 2017 21:07
-
-
Save ryanmaclean/a49bf73bd02587c968df6d91c68435c4 to your computer and use it in GitHub Desktop.
Create macOS Sierra USB Installation Disk
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
#!/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