1
0
Fork 0
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:
Éric Gaspar 2024-06-24 14:46:22 +02:00
parent f67a0d8d85
commit 093eded619

View file

@ -62,7 +62,7 @@ setup="{
pushd $install_dir
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
popd