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 18:08:49 UTC

[couchdb-documentation] branch master updated: Add sudo to apt-key, closes #450 (#451)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 91d4a1b  Add sudo to apt-key, closes #450 (#451)
91d4a1b is described below

commit 91d4a1b4114dbe12998157573327b22b0a3baa8b
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Mon Oct 7 18:08:44 2019 +0000

    Add sudo to apt-key, closes #450 (#451)
---
 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::