From 09ad19068df6404f9d1575031bc92254ce4f7518 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 27 Apr 2022 18:21:04 +0200 Subject: [PATCH] added curl to message --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 5a3a65b..182ab14 100644 --- a/configure.sh +++ b/configure.sh @@ -10,7 +10,7 @@ elif [[ $DISTRO == "Ubuntu" ]] || [[ $DISTRO == "Debian" ]]; then COMMAND="sudo apt install libjson-c3 && sudo apt install curl" else # '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 # Execute COMMAND