Skip to content

Instantly share code, notes, and snippets.

@selbyk
Created March 18, 2016 02:18
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 selbyk/0475b37bd9b522a25ab9 to your computer and use it in GitHub Desktop.
Save selbyk/0475b37bd9b522a25ab9 to your computer and use it in GitHub Desktop.
archlinuxusb.sh
#!/bin/bash
sudo dd bs=4M if=archlinux-2016.03.01-dual.iso of=/dev/sdd status=progress && sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment