From 1a0f35f1bcee4858e69ccf5f635fafe1fc118c72 Mon Sep 17 00:00:00 2001 From: Nicholas Hawkes Date: Sun, 31 Mar 2019 03:24:08 -0400 Subject: [PATCH] Update installation.markdown (#9081) It is not possible to run the command `add-apt-repository universe` without installing `apt-get software-properties-common` first --- source/hassio/installation.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 7fc36d64ee2..70bfda9db86 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -95,11 +95,13 @@ To perform the Hass.io installation, run the following commands: ```bash sudo -i +apt-get 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 software-properties-common +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