added all packages to unsupported distro note

This commit is contained in:
Václav Šmejkal 2022-05-26 18:57:42 +02:00
parent d352359ae2
commit 268f7e3db2

View File

@ -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