diff options
| author | yalh76 <yalh@yahoo.com> | 2020-02-18 19:49:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-18 19:49:29 +0100 |
| commit | df1d3b83108d43e898b99e26adbeea32d8961b69 (patch) | |
| tree | 9476bc0b4777ad4f8772276af74c549c0ddbfd0b /scripts/install | |
| parent | 168573d3d7dcc4306691f21d5b64819d1f6dd38c (diff) | |
| parent | 62855b6febe3a3d9ee7c36329c57317b3b52bf48 (diff) | |
| download | mastodon_ynh-df1d3b83108d43e898b99e26adbeea32d8961b69.tar.gz mastodon_ynh-df1d3b83108d43e898b99e26adbeea32d8961b69.tar.bz2 mastodon_ynh-df1d3b83108d43e898b99e26adbeea32d8961b69.zip | |
Merge pull request #192 from YunoHost-Apps/testing
Upgrade to 3.1.1
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" |
