Skip to content

Commit

Permalink
Merge pull request #1235 from kraftner/patch-1
Browse files Browse the repository at this point in the history
rvm (and hence mailcatcher) installation broken (upstream bug)
  • Loading branch information
LoreleiAurora authored Jul 21, 2017
2 parents 1c0efa8 + baf5088 commit 36fd66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ mailcatcher_setup() {
gpg -q --no-tty --batch --keyserver "hkp://keyserver.ubuntu.com:80" --recv-keys BF04FF17

printf " * RVM [not installed]\n Installing from source"
curl --silent -L "https://get.rvm.io" | sudo bash -s stable --ruby
curl --silent -L "https://raw.githubusercontent.com/rvm/rvm/stable/binscripts/rvm-installer" | sudo bash -s stable --ruby
source "/usr/local/rvm/scripts/rvm"
fi

Expand Down

0 comments on commit 36fd66c

Please sign in to comment.