mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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
|
```bash
|
||||||
sudo -i
|
sudo -i
|
||||||
|
|
||||||
|
apt-get software-properties-common
|
||||||
|
|
||||||
add-apt-repository universe
|
add-apt-repository universe
|
||||||
|
|
||||||
apt-get update
|
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
|
curl -fsSL get.docker.com | sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user