From fa8bb5f464c925e74207884d7c08d2b7dd953168 Mon Sep 17 00:00:00 2001 From: Raph Date: Mon, 29 Jun 2020 08:48:21 +0100 Subject: [PATCH] import pkuczynski public key for RVM install (#10140) --- docs/DEVELOPER-ADVANCED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 2dc64f098b..59527a289a 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -16,6 +16,7 @@ To get your Ubuntu 16.04 or 18.04 LTS install up and running to develop Discours # Ruby curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - + curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import - curl -sSL https://get.rvm.io | bash -s stable echo 'gem: --no-document' >> ~/.gemrc