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`
This commit is contained in:
Bram Mittendorff 2019-04-01 22:32:26 +02:00 committed by Franck Nijhof
parent e63fcdd6b7
commit 3d1ae65000

View File

@ -122,7 +122,7 @@ To perform the Hass.io installation, run the following commands:
```bash ```bash
sudo -i sudo -i
apt-get software-properties-common apt-get install software-properties-common
add-apt-repository universe add-apt-repository universe