Last active
December 20, 2021 10:03
-
-
Save arag0re/10e32772de905da7bef570af8f29b225 to your computer and use it in GitHub Desktop.
create manjaro usb with diskutil and dd on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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