Skip to content

Instantly share code, notes, and snippets.

@mwhuss
Created December 6, 2013 02:54
Show Gist options
  • Select an option

  • Save mwhuss/7817861 to your computer and use it in GitHub Desktop.

Select an option

Save mwhuss/7817861 to your computer and use it in GitHub Desktop.
# 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