Skip to content

Commit 10828e5

Browse files
authored
DOCS-15945 Fixes Repo URL for Enterprise Jammy Install (#2793)
* DOCS-15945 Changes repo from community to enterprise * Fixes per Arturo Costa
1 parent 951336d commit 10828e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ content: |
2121
name: Ubuntu 22.04 (Jammy)
2222
content: |
2323
24-
Create the
25-
``/etc/apt/sources.list.d/mongodb-org-{+version+}.list``
26-
file for **Ubuntu 22.04 (Jammy)**:
24+
Create the list file for **Ubuntu 22.04 (Jammy)**:
2725
2826
.. code-block:: bash
2927
30-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/{+version+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+version+}.list
28+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu jammy/mongodb-enterprise/{+version+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-{+version+}.list
3129
3230
- id: focal
3331
name: Ubuntu 20.04 (Focal)

0 commit comments

Comments
 (0)