hassio-build/install
2017-04-26 11:50:49 +02:00
..
misc cleanup install script 2017-04-23 22:18:53 +02:00
systemd Update generic installation to new variable / better log output 2017-04-26 11:47:12 +02:00
hassio_install Update generic installation to new variable / better log output 2017-04-26 11:47:12 +02:00
README.md Update install description 2017-04-26 11:50:49 +02:00

Install HassIO

That is only if you want run HassIO on a generic system without our yocto images.

Requrements

bash
socat
jq
curl

Run

Run as root:

curl -sL https://raw.githubusercontent.com/pvizeli/hassio-build/master/install/hassio_install | bash -

On a special platform they need set a machine type use:

curl -sL https://raw.githubusercontent.com/pvizeli/hassio-build/master/install/hassio_install | bash - -m MY_MACHINE

Machine

  • raspberrypi
  • raspberrypi2
  • raspberrypi3
  • qemux86-64
  • qemux86

HomeAssistant docker images

On a i386 or amd64 it will use automatic the generic image for that platform. You can also use a specific docker image for that platform.