source bashrc
This commit is contained in:
parent
11f336c6bb
commit
ed88843a69
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ set -euo pipefail
|
|||
|
||||
if [ ! -e '<%= @mastodon_home %>/.rbenv/versions/<%= @ruby_version %>/bin/ruby' ]; then
|
||||
cd '<%= @mastodon_home %>'
|
||||
source '<%= @mastodon_home %>/.bashrc'
|
||||
RUBY_CONFIGURE_OPTS=--with-jemalloc '<%= @mastodon_home %>/.rbenv/bin/rbenv' install '<%= @ruby_version %>'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue