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
|
||||
apt-get install \
|
||||
jq \
|
||||
wget \
|
||||
curl \
|
||||
avahi-daemon \
|
||||
udisks2 \
|
||||
|
|
Loading…
Reference in a new issue