mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update installation.markdown (#9081)
It is not possible to run the command `add-apt-repository universe` without installing `apt-get software-properties-common` first
This commit is contained in:
parent
27731f908a
commit
1a0f35f1bc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user