Skip to content

Commit

Permalink
Merge pull request #416 from netoholic/master
Browse files Browse the repository at this point in the history
Fixed RVM installation
  • Loading branch information
fideloper committed Nov 17, 2014
2 parents 791ab81 + 1e4442d commit 854b086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/rvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ if [[ $RVM_IS_INSTALLED -eq 0 ]]; then
echo ">>> Updating Ruby Version Manager"
rvm get stable --ignore-dotfiles
else
# Import Michal Papis' key to be able to verify the installation
echo ">>> Importing rvm public key"
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3

# Install RVM and install Ruby
if [[ $RUBY_VERSION =~ "latest" ]]; then
echo ">>> Installing Ruby Version Manager and installing latest stable Ruby version"
Expand Down

0 comments on commit 854b086

Please sign in to comment.