mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update _common.sh : try to enable logging for "rbenv install" to know why it doesnt want to install ruby 3.2 wtf...
This commit is contained in:
parent
d327c63313
commit
ab8c982735
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ ynh_install_ruby () {
|
||||||
final_ruby_version=$ruby_version
|
final_ruby_version=$ruby_version
|
||||||
fi
|
fi
|
||||||
ynh_print_info --message="Installing Ruby-$final_ruby_version"
|
ynh_print_info --message="Installing Ruby-$final_ruby_version"
|
||||||
CONFIGURE_OPTS="--disable-install-doc --with-jemalloc" MAKE_OPTS="-j2" rbenv install --skip-existing $final_ruby_version > /dev/null 2>&1
|
CONFIGURE_OPTS="--disable-install-doc --with-jemalloc" MAKE_OPTS="-j2" rbenv install --skip-existing $final_ruby_version
|
||||||
|
|
||||||
# Store ruby_version into the config of this app
|
# Store ruby_version into the config of this app
|
||||||
ynh_app_setting_set --app=$YNH_APP_INSTANCE_NAME --key=ruby_version --value=$final_ruby_version
|
ynh_app_setting_set --app=$YNH_APP_INSTANCE_NAME --key=ruby_version --value=$final_ruby_version
|
||||||
|
|
Loading…
Add table
Reference in a new issue