Moonshots from the stormtrooper that never misses
© 2021. All rights reserved.
#!/bin/bash -l current_version=`ruby -v | awk '{print $2}'` if [ $current_version != "1.9.2" ]; then if [[ ! -x `which rvm` ]]; then curl -L https://get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm rvm autolibs homebrew rvm pkg install openssl fi rvm install 1.9.2 rvm reload rvm --default use 1.9.2 fi