diff --git a/installRvm.sh b/installRvm.sh index 2425036..aae2c39 100644 --- a/installRvm.sh +++ b/installRvm.sh @@ -8,4 +8,7 @@ curl -#LO https://rvm.io/mpapis.asc gpg --import mpapis.asc curl -L https://get.rvm.io | bash -s stable --ruby=2.1.5 +echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> .bashrc source /usr/local/rvm/scripts/rvm + +echo 'Please restart the terminar to use ruby :)'