From eb3773e12a5acd9b3301c63acf0e3faaa6146afd Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Wed, 28 Aug 2013 15:44:54 +0200 Subject: [PATCH] do not install scoring tools (still in dev) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8e22473..aab6fb9 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ PASS1=1 # First Pass PASS2=1 # Second and Third Pass CONFPASS=1 # Confidence Pass EXPLOITCONFPASS=1 # SOLR query and trigg -SCORING=1 # Compile scoring tools (crf++) +SCORING=0 # Compile scoring tools (crf++) echo -e "\nWill do install for :" if [ $PASS1 -eq 1 ];then echo "- Pass 1";fi -- 1.8.2.3