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
f67a0d8d85
commit
093eded619
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ setup="{
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
npm install npm@latest --location=global
|
npm install npm@latest --location=global
|
||||||
ynh_exec_as_app install lodash #--save
|
ynh_exec_as_app install lodash --save
|
||||||
ynh_exec_as_app $install_dir/nodebb setup "${setup}" 2>/dev/null
|
ynh_exec_as_app $install_dir/nodebb setup "${setup}" 2>/dev/null
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue