Skip to content

Commit 27bb30a

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ action:
99
`MongoDB public GPG Key <https://docs.mongodb.org/10gen-gpg-key.asc>`_:
1010
language: sh
1111
code: |
12-
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
12+
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
1313
---
1414
title: Create a list file for MongoDB.
1515
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)