From 6b6ed33bbf38a441f5da167a3e99c54493b08886 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 1 May 2022 16:37:51 +0200 Subject: [PATCH] added configure note to install error --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ad62f66..bc2c696 100644 --- a/build.sh +++ b/build.sh @@ -85,7 +85,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ########## # Compilation failed 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 fi