added curl to message

This commit is contained in:
Václav Šmejkal 2022-04-27 18:21:04 +02:00
parent fb31bb9859
commit 09ad19068d

View File

@ -10,7 +10,7 @@ elif [[ $DISTRO == "Ubuntu" ]] || [[ $DISTRO == "Debian" ]]; then
COMMAND="sudo apt install libjson-c3 && sudo apt install curl" COMMAND="sudo apt install libjson-c3 && sudo apt install curl"
else else
# 'Unsupported' distro # 'Unsupported' distro
echo "It seems you are using unsupported distribution... Don't worry, just install https://github.com/json-c/json-c and you'll be fine." echo "It seems you are using unsupported distribution... Don't worry, just install https://github.com/json-c/json-c (+ CURL if you haven't installed it already) and you'll be fine."
fi fi
# Execute COMMAND # Execute COMMAND