Added wget to the required dependencies

wget required to download the `deb` package
This commit is contained in:
Kanga-Who 2021-10-26 18:57:43 +10:00 committed by GitHub
parent ece9fcc946
commit 98e440983e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: