Skip to content

Commit 9a6adee

Browse files
committed
Installfest: recommend installing RVM's GPG key if prompted
Fixes #504 Fixes #505
1 parent 8f7fbb5 commit 9a6adee

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

sites/en/installfest/_install_rvm.step

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@ MARKDOWN
44

55
step "Install RVM" do
66
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
824
end
925

1026
step "Configure your shell" do

0 commit comments

Comments
 (0)