File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ content: |
55
55
56
56
.. code-block:: sh
57
57
58
- echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org /apt/ubuntu focal/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
58
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com /apt/ubuntu focal/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
59
59
60
60
.. tab:: Ubuntu 18.04 (Bionic)
61
61
:tabid: ent-bionic
62
62
63
63
.. code-block:: sh
64
64
65
- echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org /apt/ubuntu bionic/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
65
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com /apt/ubuntu bionic/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
66
66
67
67
---
68
68
stepnum : 3
You can’t perform that action at this time.
0 commit comments