From 2418ec490aafb19270d5ebaacb7e2f9513adfcef Mon Sep 17 00:00:00 2001 From: Jeremy Hettenhouser Date: Sun, 27 Oct 2019 15:58:28 -0400 Subject: [PATCH] Isolated distro specific install command (#11015) * Isolated distro specific install command * Add blank lines --- source/hassio/installation.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 9c33585d450..6de69a83fd1 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -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: +For Ubuntu: + +```bash +add-apt-repository universe +``` + +Debian/Ubuntu: + ```bash sudo -i apt-get install software-properties-common -add-apt-repository universe apt-get update 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