You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/10/07 17:28:33 UTC

[couchdb-documentation] 01/01: Add sudo to apt-key, closes #450

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch fix-apt-key
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit a91e9b48aab183ddb6a5afe48d661c359499582a
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Mon Oct 7 13:28:13 2019 -0400

    Add sudo to apt-key, closes #450
---
 src/install/unix.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/install/unix.rst b/src/install/unix.rst
index f9dce7a..fd50b47 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -111,7 +111,7 @@ Installing the Apache CouchDB packages
 
 **Debian/Ubuntu**: First, install the CouchDB repository key::
 
-    $ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
+    $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
       8756C4F765C9AC3CB6B85D62379CE192D401AB61
 
 Then update the repository cache and install the package::