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
4eea0980de
commit
243e5ff792
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ script_dir="$PWD"
|
|||
pushd "$final_path"
|
||||
ynh_use_nodejs
|
||||
sudo_path npm install --production >> $install_log 2>&1
|
||||
sudo_path npm install -g mongo
|
||||
sudo_path npm install mongo
|
||||
popd
|
||||
|
||||
sudo yunohost firewall allow Both $port
|
||||
|
|
Loading…
Reference in a new issue