1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00
This commit is contained in:
Tagada 2024-02-22 21:11:40 +01:00 committed by Félix Piédallu
parent f0072bcedb
commit 625c0e62a3
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ chown -R $app:www-data "$install_dir"
#=================================================
ynh_script_progression --message="Installing Ruby and NodeJS..." --weight=1
ynh_exec_warn_less ynh_install_ruby --RUBY_VERSION=$RUBY_VERSION
ynh_exec_warn_less ynh_install_ruby --ruby_version=$RUBY_VERSION
ynh_exec_warn_less ynh_install_nodejs --NODEJS_VERSION=$NODEJS_VERSION
#=================================================

View file

@ -54,7 +54,7 @@ ynh_add_swap --size=$swap_needed
#=================================================
ynh_script_progression --message="Reinstalling Ruby and NodeJS..." --weight=1
ynh_exec_warn_less ynh_install_ruby --RUBY_VERSION=$RUBY_VERSION
ynh_exec_warn_less ynh_install_ruby --ruby_version=$RUBY_VERSION
ynh_exec_warn_less ynh_install_nodejs --NODEJS_VERSION=$NODEJS_VERSION
ynh_script_progression --message="Installing Yarn dependencies..." --weight=10

View file

@ -154,7 +154,7 @@ ynh_add_swap --size=$swap_needed
#=================================================
ynh_script_progression --message="Upgrading Ruby and NodeJS..." --weight=1
ynh_exec_warn_less ynh_install_ruby --RUBY_VERSION=$RUBY_VERSION
ynh_exec_warn_less ynh_install_ruby --ruby_version=$RUBY_VERSION
ynh_exec_warn_less ynh_install_nodejs --NODEJS_VERSION=$NODEJS_VERSION
#=================================================