Skip to content

Instantly share code, notes, and snippets.

@canimus
Created October 18, 2020 17:58
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 canimus/5972599d0a63da6d99b1d72bb11b6583 to your computer and use it in GitHub Desktop.
Save canimus/5972599d0a63da6d99b1d72bb11b6583 to your computer and use it in GitHub Desktop.
Write ISO to USB
sudo dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[drive letter] status=progress oflag=sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment