Skip to content

Commit

Permalink
Update docs for apt-get installation
Browse files Browse the repository at this point in the history
Added the instructions to install the public key before installing Reaper using apt-get.
  • Loading branch information
adejanovski authored Feb 12, 2018
1 parent 283f7e2 commit 961fd69
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/docs/content/docs/download/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 961fd69

Please sign in to comment.