install.sh: make sure curl is installed

fixes: https://github.com/wiedehopf/tar1090/issues/322
This commit is contained in:
Matthias Wirth
2024-07-13 18:32:51 +02:00
parent 8f36d99e2c
commit d096c08df5

View File

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