Last active
April 3, 2018 07:04
-
-
Save filmgirl/eac030290e688e802abb to your computer and use it in GitHub Desktop.
Create Bootable USB Drive for OS X Yosemite
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
sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction |
Updated for final copy
Why not use quotes to eliminate the need for those pesky backslashes?
sudo "/Applications/Install OS X Yosemite.app/Contents/Resources/createinstallmedia" --volume /Volumes/Untitled --applicationpath "/Applications/Install OS X Yosemite.app" --nointeraction
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will update for final version once it's released!