From 4b21a8b64f17d2a80171ddd7eab4f8852da5e9af Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Sun, 10 Oct 2021 20:45:30 +0000 Subject: [PATCH] Install dependacy's before docker --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8e5f13a..954f0d4 100644 --- a/README.md +++ b/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)