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
This commit is contained in:
mihalski 2018-06-10 21:00:01 +10:00 committed by Fabian Affolter
parent 1489f34f7e
commit 0df2ecc550

View File

@ -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 %} ## {% 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 ```bash
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s