diff options
| author | ericgaspar <junk.eg@free.fr> | 2021-12-07 22:40:13 +0100 |
|---|---|---|
| committer | ericgaspar <junk.eg@free.fr> | 2021-12-07 22:40:13 +0100 |
| commit | 881197fc583749e341311e28c024c50e21cb2031 (patch) | |
| tree | 4c0c5cf88c261db7b60c32033bdefe2df82e841d /scripts/install | |
| parent | df3848850ebfb1fabc58858e2559a841b40ac9e4 (diff) | |
| download | mastodon_ynh-881197fc583749e341311e28c024c50e21cb2031.tar.gz mastodon_ynh-881197fc583749e341311e28c024c50e21cb2031.tar.bz2 mastodon_ynh-881197fc583749e341311e28c024c50e21cb2031.zip | |
fix linter
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install index 2a1edf4..748fcb1 100644 --- a/scripts/install +++ b/scripts/install @@ -75,8 +75,8 @@ ynh_app_setting_set --app=$app --key=port_stream --value=$port_stream #================================================= ynh_script_progression --message="Installing 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 |
