From d096c08df53a586e8d19d770510ce2a9def9c83d Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sat, 13 Jul 2024 18:32:51 +0200 Subject: [PATCH] install.sh: make sure curl is installed fixes: https://github.com/wiedehopf/tar1090/issues/322 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 416123e..462b90f 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ then fi # terminate with / -command_package="git git/jq jq/" +command_package="git git/jq jq/curl curl" packages=() while read -r -d '/' CMD PKG