install.sh: make sure curl is installed
fixes: https://github.com/wiedehopf/tar1090/issues/322
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user