Skip to content

Commit

Permalink
Added wget to the required dependencies (#157)
Browse files Browse the repository at this point in the history
* Added wget to the required dependencies 

wget required to download the `deb` package

* Switch to multiline

Co-authored-by: Matheson Steplock <[email protected]>
  • Loading branch information
Kanga-Who and ikifar2012 authored Oct 27, 2021
1 parent ece9fcc commit a13eda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Step 1: Install the following dependacy's with this command:
```bash
apt-get install \
jq \
wget \
curl \
avahi-daemon \
udisks2 \
Expand Down

0 comments on commit a13eda0

Please sign in to comment.