diff --git a/dot_scripts/rubydeps.sh b/dot_scripts/rubydeps.sh index aaa7613..a916882 100755 --- a/dot_scripts/rubydeps.sh +++ b/dot_scripts/rubydeps.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -echo '(Linux) Installing ruby' +echo 'Installing ruby' curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import - curl -L get.rvm.io | bash -s stable