We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db82c05 commit eb5f048Copy full SHA for eb5f048
source/includes/curl-apt-gpg.rst
@@ -1,9 +1,10 @@
1
2
-From a terminal, install ``gnupg`` if it is not already available:
+From a terminal, install ``gnupg`` and ``curl`` if they are not already
3
+available:
4
5
.. code-block:: bash
6
- sudo apt-get install gnupg
7
+ sudo apt-get install gnupg curl
8
9
Issue the following command to import the
10
MongoDB public GPG Key from `<https://pgp.mongodb.com/server-{+version+}.asc>`_:
0 commit comments