diff --git a/templates/install_mastodon.sh.erb b/templates/install_mastodon.sh.erb index be73795..25c497e 100644 --- a/templates/install_mastodon.sh.erb +++ b/templates/install_mastodon.sh.erb @@ -12,6 +12,7 @@ if [ ! -e '<%= @mastodon_home %>/.mastodon_install' ]; then '<%= @mastodon_home %>/.rbenv/bin/rbenv' global '<%= @ruby_version %>' '<%= @mastodon_home %>/.rbenv/versions/<%= @ruby_version %>/bin/gem' install bundler --no-document echo "Configuring bundle..." + cd '<%= @mastodon_home %>/live' '<%= @mastodon_home %>/.rbenv/shims/bundle' config deployment 'true' '<%= @mastodon_home %>/.rbenv/shims/bundle' config without 'development test' echo "Running bundle install..."