Skip to content

Commit

Permalink
ubuntu setup fixes (#656)
Browse files Browse the repository at this point in the history
ubuntu 16.04 requires gnupg2 and fixes a sudo issue writing to the apt lists
  • Loading branch information
sherzberg authored and dominikschulz committed Feb 16, 2018
1 parent f5ae02c commit 3da3d6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ key generation if these are available for your platform.
apt-get install gnupg git rng-tools
```

_Note:_ installing in Ubuntu 16.04 will require you to install `gnupg2`.

#### RHEL & CentOS

```bash
Expand Down Expand Up @@ -125,7 +127,7 @@ First you need to add our archive signing key and add the package source.

```bash
wget -O- https://www.justwatch.com/gopass/releases/0x0C92225A97F6B666.pub | sudo apt-key add -
echo "deb https://www.justwatch.com/gopass/releases/binary-amd64 ./" > /etc/apt/sources.list.d/gopass.list
echo "deb https://www.justwatch.com/gopass/releases/binary-amd64 ./" | sudo tee /etc/apt/sources.list.d/gopass.list
```

Now you can update your package lists and install using `apt-get`:
Expand Down

0 comments on commit 3da3d6d

Please sign in to comment.