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-07-07 20:04:32 +02:00 committed by GitHub
parent 5f4f62461e
commit c8f747cbeb

View file

@ -77,7 +77,7 @@ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A1
echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
sudo apt-get update
sudo apt-get install -yy -qq mongodb-org
sudo curl -sL https://deb.nodesource.com/setup_7.x | sudo bash -
sudo curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
sudo apt-get install -yy -qq nodejs
#=================================================