1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/acropolis_ynh.git synced 2024-09-03 18:06:22 +02:00

remove skip docs

This commit is contained in:
Salamandar 2023-10-04 16:12:33 +02:00
parent fef0c78ccd
commit 878f6f5615

View file

@ -360,7 +360,7 @@ ynh_install_ruby () {
final_ruby_version=$ruby_version
fi
ynh_print_info --message="Installing Ruby-$final_ruby_version"
CONFIGURE_OPTS="--disable-install-doc" MAKE_OPTS="-j2" rbenv install --skip-existing $final_ruby_version
MAKE_OPTS="-j2" rbenv install --skip-existing $final_ruby_version
# 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