diff options
| author | yalh76 <yalh@yahoo.com> | 2020-02-10 21:01:52 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-02-10 21:01:52 +0100 |
| commit | a858ca8e3a09d5407db6ae1539844d63594f6ee3 (patch) | |
| tree | db39ba1dea14f057c088935d01d4837dda3a416a /scripts/install | |
| parent | 64b80717ddbc8a4d205118257eb4a9beb04c1e3e (diff) | |
| download | mastodon_ynh-a858ca8e3a09d5407db6ae1539844d63594f6ee3.tar.gz mastodon_ynh-a858ca8e3a09d5407db6ae1539844d63594f6ee3.tar.bz2 mastodon_ynh-a858ca8e3a09d5407db6ae1539844d63594f6ee3.zip | |
Upgrade nodejs version
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 8c903b5..58f0caa 100644 --- a/scripts/install +++ b/scripts/install @@ -79,7 +79,7 @@ ynh_app_setting_set --app=$app --key=port_stream --value=$port_stream #================================================= ynh_script_progression --message="Installing dependencies..." --weight=86 -ynh_install_nodejs --nodejs_version="8" +ynh_install_nodejs --nodejs_version="10" ynh_install_app_dependencies $pkg_dependencies ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" |
