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:
frju365 2017-04-19 17:31:52 +02:00 committed by GitHub
parent 35f70148e3
commit 6d1f5cdc6c

View file

@ -76,7 +76,7 @@ ynh_app_setting_set $app port $port
#================================================= #=================================================
sudo curl -sL https://deb.nodesource.com/setup_7.x | sudo bash - sudo curl -sL https://deb.nodesource.com/setup_7.x | sudo bash -
sudo apt-get install -yy -qq nodejs mongodb sudo apt-get install -yy -qq nodejs mongodb mongo-tools
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE