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 1a027fc commit a502096Copy full SHA for a502096
source/includes/steps-install-mongodb-on-ubuntu.yaml
@@ -19,17 +19,18 @@ level: 4
19
ref: sources-list
20
content: |
21
22
+ Create the list file for your version of Ubuntu.
23
+
24
.. tabs::
25
26
tabs:
27
- id: trusty
28
name: Ubuntu 14.04 (Trusty)
29
30
- Create the
31
+ Use the following command to create the
32
``/etc/apt/sources.list.d/mongodb-org-{+version+}.list``
- list file using the command appropriate for your version
- of Ubuntu:
33
+ file:
34
35
.. code-block:: sh
36
0 commit comments