1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

[fix] update node version to 6 #29

This commit is contained in:
magikcypress 2017-05-21 15:17:07 +02:00
parent 13cad968d8
commit a074e13ef5
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -66,7 +66,7 @@ ynh_app_setting_set $app final_path $final_path
# Install de Node.js
pushd /opt
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
sudo apt-get -y install nodejs
# Install Yarn