added configure note to install error
This commit is contained in:
parent
e98fc0354b
commit
6b6ed33bbf
2
build.sh
2
build.sh
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user