.iso
being right after --device
is intentional, as odd as the syntax lookswget -O '/tmp/woeusb.bash' 'https://github.com/WoeUSB/WoeUSB/releases/download/v5.2.4/woeusb-5.2.4.bash' && chmod +x '/tmp/woeusb.bash'
sudo dnf install 'wimlib-utils' -y && sync
sudo apt install 'wimtools' -y && sync
/dev/sda
lsblk
sudo '/tmp/woeusb.bash' --device x '/dev/sda' && sync
.iso
being right after --device
is intentional, as odd as the syntax looks