diff options
| author | yalh76 <yalh@yahoo.com> | 2022-05-10 08:16:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-10 08:16:06 +0200 |
| commit | 7ac3236dcd465f8cb14f0a3334b443da220f9f96 (patch) | |
| tree | edf3a0ede5ed29200550d26c1776c4eb89b7dc9d /scripts/upgrade | |
| parent | 3bcaeda6db21f9bf900530b0553f1c77d59b7829 (diff) | |
| parent | d524919a124b059f0bea6cecff075604364b020a (diff) | |
| download | mastodon_ynh-7ac3236dcd465f8cb14f0a3334b443da220f9f96.tar.gz mastodon_ynh-7ac3236dcd465f8cb14f0a3334b443da220f9f96.tar.bz2 mastodon_ynh-7ac3236dcd465f8cb14f0a3334b443da220f9f96.zip | |
Merge pull request #326 from YunoHost-Apps/testing
Upgrade to version 3.5.2
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 |
