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