Added wget to the required dependencies
wget required to download the `deb` package
This commit is contained in:
parent
ece9fcc946
commit
98e440983e
1 changed files with 1 additions and 8 deletions
|
@ -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:
|
Step 1: Install the following dependacy's with this command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get install \
|
apt-get install jq curl avahi-daemon udisks2 libglib2.0-bin network-manager dbus wget -y
|
||||||
jq \
|
|
||||||
curl \
|
|
||||||
avahi-daemon \
|
|
||||||
udisks2 \
|
|
||||||
libglib2.0-bin \
|
|
||||||
network-manager \
|
|
||||||
dbus -y
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Step 2: Install Docker-CE with the following command:
|
Step 2: Install Docker-CE with the following command:
|
||||||
|
|
Loading…
Reference in a new issue