Added wget to the required dependencies (#157)
* Added wget to the required dependencies wget required to download the `deb` package * Switch to multiline Co-authored-by: Matheson Steplock <ikifar2012@users.noreply.github.com>
This commit is contained in:
parent
ece9fcc946
commit
a13eda0e54
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ Step 1: Install the following dependacy's with this command:
|
||||||
```bash
|
```bash
|
||||||
apt-get install \
|
apt-get install \
|
||||||
jq \
|
jq \
|
||||||
|
wget \
|
||||||
curl \
|
curl \
|
||||||
avahi-daemon \
|
avahi-daemon \
|
||||||
udisks2 \
|
udisks2 \
|
||||||
|
|
Loading…
Reference in a new issue