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:
Kanga-Who 2021-10-27 12:44:15 +10:00 committed by GitHub
parent ece9fcc946
commit a13eda0e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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