Loading repository data…
Loading repository data…
iamdevnull / repository
Installer/deployer for WoeUSB — bootable Windows USB sticks from ISOs on Linux
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Installer and deployer for WoeUSB — a tool to create bootable Windows USB sticks from ISO images on Linux.
apt-get)# Install locally (default prefix: /usr/local)
bash -x build.sh --prepare --build --install --validate --clean
# Install to custom prefix
bash -x build.sh --prepare --build --install --prefix=/opt/woeusb --validate --prefix=/opt/woeusb --clean
# Deploy to remote server
bash -x build.sh --prepare --build --install --remote=user@server --validate --remote=user@server --clean
| Stage | Description |
|---|---|
--prepare | Check and install system dependencies |
--build | Clone latest WoeUSB release and patch version string |
--install | Deploy binary, man page, and assets |
--validate | Verify installation is correct |
--clean | Remove build directory |
| Option | Description |
|---|---|
--prefix=PATH | Install prefix (default: /usr/local) |
--remote=USER@HOST | Deploy to remote server via SSH |
--help | Show usage |
After installation, create a bootable USB with:
sudo woeusb --device /path/to/windows.iso /dev/sdX
Where /dev/sdX is the USB device (all data will be erased).
bats test/build.bats
Build scripts: MIT. WoeUSB itself is GPL-3.0-or-later.