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