Skip to content

Commit eb5f048

Browse files
author
Dave Cuthbert
authored
Docsp 31125 add curl to package list v6.0 (#3519)
* DOCSP-31125 add curl to package import * Force build
1 parent db82c05 commit eb5f048

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/includes/curl-apt-gpg.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

2-
From a terminal, install ``gnupg`` if it is not already available:
2+
From a terminal, install ``gnupg`` and ``curl`` if they are not already
3+
available:
34

45
.. code-block:: bash
56
6-
sudo apt-get install gnupg
7+
sudo apt-get install gnupg curl
78
89
Issue the following command to import the
910
MongoDB public GPG Key from `<https://pgp.mongodb.com/server-{+version+}.asc>`_:

0 commit comments

Comments
 (0)