From 98e440983e352ede500aff8c084c16a8ef99cc3d Mon Sep 17 00:00:00 2001 From: Kanga-Who Date: Tue, 26 Oct 2021 18:57:43 +1000 Subject: [PATCH] Added wget to the required dependencies wget required to download the `deb` package --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 954f0d4..5a4b5f6 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,7 @@ Run the following commands as root (`su -` or `sudo su -` on machines with sudo Step 1: Install the following dependacy's with this command: ```bash -apt-get install \ -jq \ -curl \ -avahi-daemon \ -udisks2 \ -libglib2.0-bin \ -network-manager \ -dbus -y +apt-get install jq curl avahi-daemon udisks2 libglib2.0-bin network-manager dbus wget -y ``` Step 2: Install Docker-CE with the following command: