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