File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,23 @@ MARKDOWN
4
4
5
5
step "Install RVM" do
6
6
console "curl -L get.rvm.io | bash -s stable"
7
- message "This will do some stuff and print a long message which you can ignore."
7
+ message "This will download and install RVM."
8
+
9
+ important do
10
+ message <<-EOT
11
+ You might see an error like "**GPG signature verification failed**"
12
+
13
+ If so, run the suggested command to add RVM's GPG keys:
14
+
15
+ `gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3`"
16
+
17
+ (the command may start with `gpg` or `gpg2` -- use whichever was provided in the RVM error message)
18
+
19
+ Afterward, try installing RVM again:
20
+
21
+ `curl -L get.rvm.io | bash -s stable`
22
+ EOT
23
+ end
8
24
end
9
25
10
26
step "Configure your shell" do
You can’t perform that action at this time.
0 commit comments