Skip to content

Commit af0f686

Browse files
committed
DOCS-6749: Fix Ubuntu 3.2 install instructions
1 parent 0184d60 commit af0f686

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/includes/extracts-fact-3.0-linux-package-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ content: |
55
---
66
ref: fact-3.0-linux-package-repo-relnotes
77
content: |
8-
Non-Enterprise MongoDB Linux packages for 3.0 are in a new
8+
Non-Enterprise MongoDB Linux packages for 3.0 and later are in a new
99
repository. Follow the appropriate :doc:`Linux installation
1010
instructions </administration/install-on-linux/>` to install the 3.0
1111
packages from the new location.

source/includes/steps-install-mongodb-on-red-hat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ action:
3737
gpgcheck=0
3838
enabled=1
3939
post: |
40-
``.repo`` files for each release can also be found {{distro_link}}.
40+
You can find ``.repo`` files for each release {{distro_link}}.
4141
Remember that odd-numbered minor release versions (e.g. 2.5) are development versions and are unsuitable
4242
for production use.
4343
replacement:

source/includes/steps-install-mongodb-on-ubuntu.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ stepnum: 2
1616
ref: sources-list
1717
action:
1818
pre: |
19-
Create the ``/etc/apt/sources.list.d/mongodb-org-3.0.list`` list file using
19+
Create the ``/etc/apt/sources.list.d/mongodb-org-3.2.list`` list file using
2020
the command appropriate for your version of Ubuntu:
2121
2222
Ubuntu 12.04
2323
2424
.. code-block:: sh
2525
26-
echo "deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
26+
echo "deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
2727
2828
Ubuntu 14.04
2929
3030
.. code-block:: sh
3131
32-
echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
32+
echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
3333
---
3434
title: Reload local package database.
3535
stepnum: 3

0 commit comments

Comments
 (0)