diff --git a/configure.sh b/configure.sh index 331fa96..4bcc882 100644 --- a/configure.sh +++ b/configure.sh @@ -12,7 +12,7 @@ fi if [[ $DISTRO == "Arch" ]]; then COMMAND="pacman -S --needed json-c curl" elif [[ $DISTRO == "Ubuntu" ]] || [[ $DISTRO == "Debian" ]]; then - COMMAND="apt install libjson-c3 curl" + COMMAND="apt install libjson-c-dev curl" 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."