From 0df2ecc55010515be46c5e2b53dec399668c1362 Mon Sep 17 00:00:00 2001 From: mihalski Date: Sun, 10 Jun 2018 21:00:01 +1000 Subject: [PATCH] Required / recommended generic Linux packages (#5513) * Required / recommended generic Linux packages As per Frenck's advice this is the current list of packages that Hass.io would like to have / require: apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common It would be helpful if this was mentioned in the generic Linux server install section. * Move list --- source/hassio/installation.markdown | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 2554de82f4b..ab4390e7b15 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -54,7 +54,22 @@ 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 virtual machine][linux]. To do so, run the following command as root: +For advanced users, it is also possible to try Hass.io on your [Linux server or inside a virtual machine][linux]. + +This is the list of packages you need to have available on your system that will run Hass.io if you are using Debian/Ubuntu: + + - apparmor-utils + - apt-transport-https + - avahi-daemon + - ca-certificates + - curl + - dbus + - jq + - network-manager + - socat + - software-properties-common + +To perform the Hass.io installation, run the following command as root: ```bash curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s