Created
October 16, 2024 19:09
-
-
Save sukhoy94/e22a6af7d9088b5510dc6561c22405b0 to your computer and use it in GitHub Desktop.
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
1. sudo diskutil list | |
2. erase disk usb sudo diskutil eraseDisk FAT32 USB /dev/disk4 | |
3. sudo diskutil unmountDisk /dev/disk4 | |
4. sudo dd if=./manjaro-kde-24.1.1-241011-linux610.iso of=/dev/disk4 bs=1m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment