added configure note to install error

This commit is contained in:
Václav Šmejkal 2022-05-01 16:37:51 +02:00
parent e98fc0354b
commit 6b6ed33bbf

View File

@ -85,7 +85,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
# Compilation failed # Compilation failed
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
echo -e "\nCompilation failed. Did you run 'build.sh' with sudo?" echo -e "\nCompilation failed. Did you run 'configure.sh' first and 'build.sh' with sudo?"
exit 1 exit 1
fi fi