Isolated distro specific install command (#11015)

* Isolated distro specific install command

* Add blank lines
This commit is contained in:
Jeremy Hettenhouser 2019-10-27 15:58:28 -04:00 committed by Fabian Affolter
parent 6a7b7430bb
commit 2418ec490a

View File

@ -147,10 +147,17 @@ You also need to have Docker-CE installed. There are well-documented procedures
To prepare your machine for the Hass.io installation, run the following commands: To prepare your machine for the Hass.io installation, run the following commands:
For Ubuntu:
```bash
add-apt-repository universe
```
Debian/Ubuntu:
```bash ```bash
sudo -i sudo -i
apt-get install software-properties-common apt-get install software-properties-common
add-apt-repository universe
apt-get update apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
curl -fsSL get.docker.com | sh curl -fsSL get.docker.com | sh