added curl to message
This commit is contained in:
parent
fb31bb9859
commit
09ad19068d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user