Skip to content

Instantly share code, notes, and snippets.

@futuretea
Created August 10, 2019 15:35
Show Gist options
  • Save futuretea/f9fd0579759261f035ee6f59cdeb191d to your computer and use it in GitHub Desktop.
Save futuretea/f9fd0579759261f035ee6f59cdeb191d to your computer and use it in GitHub Desktop.
make windows usb in linux
#!/bin/bash
set -eux
pacman -Sy woeusb
woeusb --device $1 $2 --target-filesystem NTFS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment