dotfiles/dot_scripts/rubydeps.sh
2020-07-17 14:49:26 +02:00

10 lines
270 B
Bash
Executable File

#!/usr/bin/env bash
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
source /etc/profile.d/rvm.sh
rvm reload
rvm requirements run
rvm install 2.3.7