From 5332b437dd81b280e36b898014e928d0984e521c Mon Sep 17 00:00:00 2001 From: Travis Carr Date: Mon, 27 Nov 2017 16:01:45 -0800 Subject: [PATCH] Clarify advanced install instructions I just added a direct command to run for an advanced install. The docs at https://github.com/home-assistant/hassio-build/tree/master/install#install-hassio need some cleanup too, but that is clearly a separate change. I'm not a huge fan of adding code here that might change, but otherwise the linked document is confusing out of context, and I suspect that set of commands isn't actually that likely to change. --- source/hassio/installation.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 2211ba4381f..ecb1e0a0520 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -35,10 +35,14 @@ If you copy over your existing Home Assistant configuration, make sure to enable ## {% linkable_title Alternative: install on generic Linux server %} -For advanced users, it is also possible to try Hass.io on your Linux server or inside a VM. To do so, [follow these instructions][linux]. +For advanced users, it is also possible to try Hass.io on your Linux server or inside a VM. To do so, run the following command as root: + +```curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s```

When you use this installation method, some add-ons will not be available and the documentation might not work for your installation.

+More information about this kind of install [is located here][linux]. + [Etcher]: https://etcher.io/ [resinos-network]: https://docs.resin.io/deployment/network/2.0.0/ [pi1]: https://github.com/home-assistant/hassio-build/releases/download/1.1/resinos-hassio-1.1-raspberrypi.img.bz2