1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

bundler needs to be installed as root

This commit is contained in:
Salamandar 2024-06-28 11:15:23 +02:00
parent ea4e28b8e2
commit 9533751513

View file

@ -28,7 +28,7 @@ fi
fabmanager_build_ruby() {
pushd "$install_dir"
ynh_use_ruby
ynh_exec_warn_less ynh_exec_as "$app" $ynh_gem install bundler
ynh_exec_warn_less $ynh_gem install bundler
ynh_exec_warn_less ynh_exec_as "$app" bin/bundle config --global frozen 1
ynh_exec_warn_less ynh_exec_as "$app" bin/bundle install --binstubs --without 'development test doc'
popd