From a13eda0e54f6bae3f65632b43121d0cff95ed091 Mon Sep 17 00:00:00 2001 From: Kanga-Who Date: Wed, 27 Oct 2021 12:44:15 +1000 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 954f0d4..75f1736 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Step 1: Install the following dependacy's with this command: ```bash apt-get install \ jq \ +wget \ curl \ avahi-daemon \ udisks2 \