Notas
Descarga y escribe en usb
https://github.com/Killer-OS-Oficial/Killer-OS-Oficial/releases
Registre un enlace completo al archivo.
Wget.
sudo wget -O - https://github.com/Killer-OS-Oficial/Killer-OS-Oficial/releases/download/v1.0/*.iso > /dev/sdX && sync
Curl.
sudo curl -L https://github.com/Killer-OS-Oficial/Killer-OS-Oficial/releases/download/v1.0.0/*.iso > /dev/sdX && sync
Curl + dd.
sudo curl -L https://github.com/Killer-OS-Oficial/Killer-OS-Oficial/releases/download/v1.0.0/*.iso | dd bs=4M of=/dev/sdX status=progress && sync