line 30: ```sh DEVICE_PATH="/dev/sdX" ``` this will try to install windows on `/dev/sdX` which does not exist at all. to fix this you have to make the user specify the device path through command-line.
line 30:
DEVICE_PATH="/dev/sdX"this will try to install windows on
/dev/sdXwhich does not exist at all.to fix this you have to make the user specify the device path through command-line.