mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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:
parent
e63fcdd6b7
commit
3d1ae65000
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user