diff options
| author | magikcypress <cyp@rouquin.me> | 2017-05-21 15:17:07 +0200 |
|---|---|---|
| committer | magikcypress <cyp@rouquin.me> | 2017-05-21 15:17:07 +0200 |
| commit | a074e13ef5da22c5880d31e37c7793d6c6c42b04 (patch) | |
| tree | c183691fe46213e8faba933db74369759ddba540 /scripts | |
| parent | 13cad968d88c7fbe519e4ce232844eb62424a478 (diff) | |
| download | mastodon_ynh-a074e13ef5da22c5880d31e37c7793d6c6c42b04.tar.gz mastodon_ynh-a074e13ef5da22c5880d31e37c7793d6c6c42b04.tar.bz2 mastodon_ynh-a074e13ef5da22c5880d31e37c7793d6c6c42b04.zip | |
[fix] update node version to 6 #29
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 2 |
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 |
