mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Isolated distro specific install command (#11015)
* Isolated distro specific install command * Add blank lines
This commit is contained in:
parent
6a7b7430bb
commit
2418ec490a
@ -147,10 +147,17 @@ You also need to have Docker-CE installed. There are well-documented procedures
|
|||||||
|
|
||||||
To prepare your machine for the Hass.io installation, run the following commands:
|
To prepare your machine for the Hass.io installation, run the following commands:
|
||||||
|
|
||||||
|
For Ubuntu:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
add-apt-repository universe
|
||||||
|
```
|
||||||
|
|
||||||
|
Debian/Ubuntu:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo -i
|
sudo -i
|
||||||
apt-get install software-properties-common
|
apt-get install software-properties-common
|
||||||
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
|
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