Skip to content

Commit

Permalink
Update documentation to install the GPG keys for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Feb 14, 2018
1 parent ca2341a commit 0465aa1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/docs/download/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,12 @@ <h4 id="using-apt-get-stable-releases">Using apt-get (stable releases)</h4>
<pre><code>deb https://dl.bintray.com/thelastpickle/reaper-deb wheezy main
</code></pre>

<p>2/ Install reaper :</p>
<p>2/ Install the public key:</p>

<pre><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2895100917357435
</code></pre>

<p>3/ Install reaper :</p>

<pre><code>sudo apt-get update
sudo apt-get install reaper
Expand All @@ -394,7 +399,12 @@ <h4 id="using-apt-get-development-builds">Using apt-get (development builds)</h4
<pre><code>deb https://dl.bintray.com/thelastpickle/reaper-deb-beta wheezy main
</code></pre>

<p>2/ Install reaper :</p>
<p>2/ Install the public key:</p>

<pre><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2895100917357435
</code></pre>

<p>3/ Install reaper :</p>

<pre><code>sudo apt-get update
sudo apt-get install reaper
Expand Down

0 comments on commit 0465aa1

Please sign in to comment.