1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Merges from master

This commit is contained in:
Selamanse 2018-10-03 21:18:43 +02:00
commit bfae34547e

View file

@ -33,7 +33,7 @@ waitforservice() {
installnode(){
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
# Meteor needs at least this version of node to work.
sudo npm install -g n
sudo n $NODE_VERSION