mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
f793f41c3a
commit
01c091016c
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ cat $final_path/config.json
|
|||
chown -R $app:$app $final_path
|
||||
pushd $final_path
|
||||
exec_as "$app" ./nodebb setup -l
|
||||
exec_as "$app" npm install nodebb-plugin-dbsearch --save-prod
|
||||
exec_as "$app" ./nodebb build -l
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue