Skip to content

Instantly share code, notes, and snippets.

@nfedyashev
Created December 7, 2019 12:34
Show Gist options
  • Select an option

  • Save nfedyashev/fd28e7042c9652e3600ea66bb567588b to your computer and use it in GitHub Desktop.

Select an option

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