From 3d1ae6500050e946b07f192c805108a8aaf0face Mon Sep 17 00:00:00 2001 From: Bram Mittendorff Date: Mon, 1 Apr 2019 22:32:26 +0200 Subject: [PATCH] Update installation.markdown (#9092) Changed `apt-get software-properties-common` because this will not work. You need to use `apt-get install software-properties-common` --- source/hassio/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index e7db56bc8ef..7fed6d468f1 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -122,7 +122,7 @@ To perform the Hass.io installation, run the following commands: ```bash sudo -i -apt-get software-properties-common +apt-get install software-properties-common add-apt-repository universe