Skip to content

Instantly share code, notes, and snippets.

@dnavarrom
Created August 1, 2020 16:04
Show Gist options
  • Save dnavarrom/fe62d220853576ac230262522b0a761a to your computer and use it in GitHub Desktop.
Save dnavarrom/fe62d220853576ac230262522b0a761a to your computer and use it in GitHub Desktop.
Install Ruby via RVM linux Mint 20
\curl -L https://get.rvm.io | bash -s stable --ruby
source /home/diego/.rvm/scripts/rvm
rvm install current && rvm use current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment