mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Fix nodejs installation
This commit is contained in:
parent
fe049c1ec2
commit
2f28aaf8a4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ waitforservice() {
|
|||
|
||||
installnode(){
|
||||
|
||||
sudo apt-get install -y npm
|
||||
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
||||
# Meteor needs at least this version of node to work.
|
||||
sudo npm install -g n
|
||||
sudo n $NODE_VERSION
|
||||
|
|
Loading…
Reference in a new issue