Skip to content

Commit

Permalink
added ruby install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Oct 12, 2020
1 parent bc95867 commit 39d6019
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions backend/scripts/install-ruby.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

apt-get update
apt-get install -y curl

curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh

echo `rvm list known`
rvm install 2.6.1

echo `ruby -v`

0 comments on commit 39d6019

Please sign in to comment.