Created
December 6, 2013 02:54
-
-
Save mwhuss/7817861 to your computer and use it in GitHub Desktop.
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
| # find mound point | |
| diskutil list | |
| # unmount disk, use mount point | |
| diskutil unmountDisk /dev/disk4 | |
| # flash img to USB >= 2GB | |
| sudo dd if=./litecoinbamt1.1.img of=/dev/disk4 count=1 bs=512 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment