aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
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 5d5bf1e..0959371 100644
--- a/scripts/install
+++ b/scripts/install
@@ -94,7 +94,7 @@ ynh_app_setting_set "$app" final_path "$final_path"
# TODO: use https://github.com/YunoHost-Apps/Experimental_helpers/blob/master/ynh_install_nodejs/ynh_install_nodejs
(
cd /opt
- curl -sL https://deb.nodesource.com/setup_6.x | bash -
+ curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get -y install nodejs
)