aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authormagikcypress <cyp@rouquin.me>2017-05-21 15:17:07 +0200
committermagikcypress <cyp@rouquin.me>2017-05-21 15:17:07 +0200
commita074e13ef5da22c5880d31e37c7793d6c6c42b04 (patch)
treec183691fe46213e8faba933db74369759ddba540 /scripts/install
parent13cad968d88c7fbe519e4ce232844eb62424a478 (diff)
downloadmastodon_ynh-a074e13ef5da22c5880d31e37c7793d6c6c42b04.tar.gz
mastodon_ynh-a074e13ef5da22c5880d31e37c7793d6c6c42b04.tar.bz2
mastodon_ynh-a074e13ef5da22c5880d31e37c7793d6c6c42b04.zip
[fix] update node version to 6 #29
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install
index 8772b18..ebe4569 100644
--- a/scripts/install
+++ b/scripts/install
@@ -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