Skip to content

Instantly share code, notes, and snippets.

@nfedyashev
Created December 7, 2019 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfedyashev/fd28e7042c9652e3600ea66bb567588b to your computer and use it in GitHub Desktop.
Save nfedyashev/fd28e7042c9652e3600ea66bb567588b to your computer and use it in GitHub Desktop.
burn manjaro iso to flash drive
diskutil list
diskutil partitionDisk /dev/disk1 1 "Free Space" "unused" "100%"
sudo dd bs=1m of=/dev/rdisk1 if=manjaro-kde-17.0-stable-x86_64.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment