Install dependacy's before docker

This commit is contained in:
Matheson Steplock 2021-10-10 20:45:30 +00:00 committed by GitHub
parent 2670963724
commit 4b21a8b64f

View file

@ -14,13 +14,7 @@ This method is considered advanced and should only be used if one is an expert i
Run the following commands as root (`su -` or `sudo su -` on machines with sudo installed):
Step 1: Install Docker-CE with the following command:
```bash
curl -fsSL get.docker.com | sh
```
Step 2: Install the following dependacy's with this command:
Step 1: Install the following dependacy's with this command:
```bash
apt-get install \
@ -33,6 +27,12 @@ network-manager \
dbus -y
```
Step 2: Install Docker-CE with the following command:
```bash
curl -fsSL get.docker.com | sh
```
Step 3: Install the OS-Agent:
Instructions for installing the OS-Agent can be found [here](https://github.com/home-assistant/os-agent/tree/main#using-home-assistant-supervised-on-debian)