From 8a76a09290dac136ca26dcc4784be54fd24ce0c2 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 6 Jan 2019 13:15:23 +0100 Subject: [PATCH] Update install (#11) --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index a599ab0..040913b 100644 --- a/scripts/install +++ b/scripts/install @@ -152,6 +152,7 @@ cat $final_path/config.json chown -R $app:$app $final_path pushd $final_path exec_as "$app" ./nodebb setup -l > $install_log +exec_as "$app" npm install nodebb-plugin-dbsearch --save-prod exec_as "$app" ./nodebb build -l popd