diff --git a/scripts/install b/scripts/install index c56647b..0533ec6 100644 --- a/scripts/install +++ b/scripts/install @@ -150,9 +150,8 @@ cat $final_path/config.json #================================================= pushd $final_path -npm install --production --allow-root -./nodebb setup -./nodebb build +./nodebb setup -l +./nodebb build -l popd chown -R $app:$app $final_path