Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ title: RVM Ruby Version Manager - Documentation
%li
Install GPG keys:
= sh_cmd "gpg2 --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB"
When using proxy:
= sh_cmd "gpg2 --keyserver-options "timeout=40 http-proxy=$http_proxy" --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB"
In case you encounter an issues or want to know more, check
%a{:href => "/rvm/security"}
security
Expand Down