aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2018-09-03 01:12:59 +0200
committernemsia <nemsia@nemsia.org>2018-09-03 01:12:59 +0200
commit2d1465e29b651445603eae24d9d939fe9dfc5f5c (patch)
tree2da3547bd1cfc2e7a4176d9d2e2857af4f3a6b97 /scripts/install
parenta05de14f3f71cf0e2d8bb0fd10bc6a04c3210673 (diff)
downloadmastodon_ynh-2d1465e29b651445603eae24d9d939fe9dfc5f5c.tar.gz
mastodon_ynh-2d1465e29b651445603eae24d9d939fe9dfc5f5c.tar.bz2
mastodon_ynh-2d1465e29b651445603eae24d9d939fe9dfc5f5c.zip
Upgrade to 2.5.0
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
)