Skip to content

Instantly share code, notes, and snippets.

@arag0re
Last active December 20, 2021 10:03
Show Gist options
  • Save arag0re/10e32772de905da7bef570af8f29b225 to your computer and use it in GitHub Desktop.
Save arag0re/10e32772de905da7bef570af8f29b225 to your computer and use it in GitHub Desktop.
create manjaro usb with diskutil and dd on mac
diskutil eraseDisk "Free Space" disk /dev/disk2
sudo dd if=~/Downloads/manjaro-kde-21.1.3-minimal-210916-linux513.iso of=/dev/disk2 bs=4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment