Install dependacy's before docker
This commit is contained in:
parent
2670963724
commit
4b21a8b64f
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue