From dc432533262cb0f19abeb17de56785cf2f7fddd0 Mon Sep 17 00:00:00 2001 From: todb-r7 Date: Fri, 7 Nov 2014 09:10:35 -0800 Subject: [PATCH] s/1.9.3/2.1.4/g --- dev/Setting-Up-a-Metasploit-Development-Environment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/Setting-Up-a-Metasploit-Development-Environment.md b/dev/Setting-Up-a-Metasploit-Development-Environment.md index a43fbcfd6d..0598933628 100644 --- a/dev/Setting-Up-a-Metasploit-Development-Environment.md +++ b/dev/Setting-Up-a-Metasploit-Development-Environment.md @@ -60,7 +60,7 @@ excellent at providing several proven Ruby interpreters. Visit it'll all work out with a simple: ````bash -\curl -L https://get.rvm.io | bash -s stable --autolibs=enabled --ruby=1.9.3 +\curl -L https://get.rvm.io | bash -s stable --autolibs=enabled --ruby=2.1.4 ```` Note the *lack* of sudo; you will nearly always want to install this as @@ -70,7 +70,7 @@ Sometimes, depending on your particular platform, this incantation may not be reliable. This is nearly identical, but more typing: ````bash -\curl -o rvm.sh -L get.rvm.io && cat rvm.sh | bash -s stable --autolibs=enabled --ruby=1.9.3 +\curl -o rvm.sh -L get.rvm.io && cat rvm.sh | bash -s stable --autolibs=enabled --ruby=2.1.4 ```` Also, if you're sketchy about piping a web site directly to bash, you @@ -79,7 +79,7 @@ can perform each step individually, without the &&: ````bash \curl -o rvm.sh -L get.rvm.io less rvm.sh -cat rvm.sh | bash -s stable --autolibs=enabled --ruby=1.9.3 +cat rvm.sh | bash -s stable --autolibs=enabled --ruby=2.1.4 ```` Next, load the RVM scripts by either opening a new terminal window, or