From 6119d17c706cc992afbba5d04a6c2d0aab7cbf14 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 17:48:43 +0200 Subject: [PATCH] change to live --- templates/install_mastodon.sh.erb | 1 + 1 file changed, 1 insertion(+) 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..."