Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
23
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
96723be96a5dc92a17e9385a6e34cd699d2e1b7a
Authored by
Charles Oliveira
2014-08-14 12:06:46 -0300
1 parent
c4264434
Added separated rvm installation
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
scripts/rvm.sh
Side-by-side Diff
Inline Diff
scripts/rvm.sh
0 → 100644
Diff comments
View file @
96723be
@@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
1
+#! /bin/bash
2
+
3
+# Make sure rvm is installed under sudo user
4
+sudo bash -c "curl -L get.rvm.io | bash -s stable"
5
+
6
+# Set rvm on the PATH and install ruby 2.0.0
7
+sudo bash -c "source /usr/local/rvm/scripts/rvm && rvm install ruby-2.0.0"
8
+