From 268f7e3db2fbf9f569d0e588479ec2ec63133559 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 26 May 2022 18:57:42 +0200 Subject: [PATCH] added all packages to unsupported distro note --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 9bbdd21..2f26289 100644 --- a/configure.sh +++ b/configure.sh @@ -15,7 +15,7 @@ elif [[ $DISTRO == "Ubuntu" ]] || [[ $DISTRO == "Debian" ]]; then COMMAND="apt install gcc libjson-c-dev libcurl4-nss-dev make" else # 'Unsupported' distro - 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." + echo "It seems you are using unsupported distribution... Don't worry, just install 'gcc', 'json-c', 'curl' and 'make' and you'll be fine." exit fi