diff options
| author | yalh76 <yalh@yahoo.com> | 2022-05-09 19:25:53 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2022-05-09 19:25:53 +0200 |
| commit | 743be37862999dec370ae77506efcbba4ec68872 (patch) | |
| tree | 70053f464cdd2ec5edb156de2fced29862e74045 /scripts/upgrade | |
| parent | d0975af0bb3bcfe70db211681c1dad04a37e01bf (diff) | |
| download | mastodon_ynh-743be37862999dec370ae77506efcbba4ec68872.tar.gz mastodon_ynh-743be37862999dec370ae77506efcbba4ec68872.tar.bz2 mastodon_ynh-743be37862999dec370ae77506efcbba4ec68872.zip | |
ynh_exec_warn_less
Diffstat (limited to 'scripts/upgrade')
| -rw-r--r-- | scripts/upgrade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index 3b8290c..9aee01c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -208,8 +208,8 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Upgrading dependencies..." -ynh_install_app_dependencies $pkg_dependencies -ynh_install_nodejs --nodejs_version=$NODEJS_VERSION +ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$NODEJS_VERSION ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" ynh_install_ruby --ruby_version=$RUBY_VERSION |
