From 961fd6996c767805729b439995dd96116ebd2abb Mon Sep 17 00:00:00 2001 From: Alexander Dejanovski Date: Mon, 12 Feb 2018 09:42:40 +0100 Subject: [PATCH] Update docs for apt-get installation Added the instructions to install the public key before installing Reaper using apt-get. --- src/docs/content/docs/download/install.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/docs/content/docs/download/install.md b/src/docs/content/docs/download/install.md index fe74e01fa..e6b2436ce 100644 --- a/src/docs/content/docs/download/install.md +++ b/src/docs/content/docs/download/install.md @@ -116,7 +116,12 @@ Or, add the repository URLs using the "Software Sources" admin UI: deb https://dl.bintray.com/thelastpickle/reaper-deb wheezy main ``` -2/ Install reaper : +2/ Install the public key: +``` +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2895100917357435 +``` + +3/ Install reaper : ``` sudo apt-get update @@ -136,7 +141,12 @@ Or, add the repository URLs using the "Software Sources" admin UI: deb https://dl.bintray.com/thelastpickle/reaper-deb-beta wheezy main ``` -2/ Install reaper : +2/ Install the public key: +``` +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2895100917357435 +``` + +3/ Install reaper : ``` sudo apt-get update