Skip to content

Instantly share code, notes, and snippets.

@ilagnev
Created March 25, 2018 08:21
Show Gist options
  • Save ilagnev/2527450ab5f3284fe8b1ef6c50cba2bb to your computer and use it in GitHub Desktop.
Save ilagnev/2527450ab5f3284fe8b1ef6c50cba2bb to your computer and use it in GitHub Desktop.
burn iso to usb
$ diskutil list
$ diskutik umount /dev/disk#s#
$ sudo dd if=image.iso of=/dev/disk#s# bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment