Fecha de modificación: 13.08.2020

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

Arch instalar sin medios (usb)

wiki.archlinux.org/index.php/Install_from_existing_Linux.