Skip to content

Commit 1b6110a

Browse files
committed
Copy review and tech review, adjusted paths for Ubuntu and Debian, adding /dists
1 parent ff0a75d commit 1b6110a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/install-atlas-cli.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -244,21 +244,21 @@ Follow These Steps
244244

245245
.. code-block:: sh
246246

247-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
247+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu/dists/jammy/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
248248

249249
.. tab:: Ubuntu 20.04 (Focal)
250250
:tabid: comm-focal
251251

252252
.. code-block:: sh
253253

254-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
254+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
255255

256256
.. tab:: Ubuntu 18.04 (Bionic)
257257
:tabid: comm-bionic
258258

259259
.. code-block:: sh
260260

261-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
261+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
262262

263263
.. tab:: Debian
264264
:tabid: debian
@@ -271,14 +271,14 @@ Follow These Steps
271271

272272
.. tabs::
273273

274-
.. tab:: Debian 11 (bullseye)
274+
.. tab:: Debian 11 (Bullseye)
275275
:tabid: comm-deb-11
276276

277277
.. code-block:: sh
278278

279279
echo "deb http://repo.mongodb.org/apt/debian/dists/bullseye/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
280280

281-
.. tab:: Debian 10 (buster)
281+
.. tab:: Debian 10 (Buster)
282282
:tabid: comm-deb-10
283283

284284
.. code-block:: sh
@@ -306,21 +306,21 @@ Follow These Steps
306306

307307
.. code-block:: sh
308308

309-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu jammy/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
309+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu/dists/jammy/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
310310

311311
.. tab:: Ubuntu 20.04 (Focal)
312312
:tabid: ent-focal
313313

314314
.. code-block:: sh
315315

316-
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
316+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu/dists/focal/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
317317

318318
.. tab:: Ubuntu 18.04 (Bionic)
319319
:tabid: ent-bionic
320320

321321
.. code-block:: sh
322322

323-
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
323+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu/dists/bionic/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
324324

325325
.. tab:: Debian
326326
:tabid: debian
@@ -331,19 +331,19 @@ Follow These Steps
331331

332332
.. tabs::
333333

334-
.. tab:: Debian 11 (bullseye)
334+
.. tab:: Debian 11 (Bullseye)
335335
:tabid: ent-deb-11
336336

337337
.. code-block:: sh
338338

339-
echo "deb http://repo.mongodb.com/apt/dists/debian/bullseye/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
339+
echo "deb http://repo.mongodb.com/apt/dists/debian/dists/bullseye/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
340340

341-
.. tab:: Debian 10 (bullseye)
341+
.. tab:: Debian 10 (Buster)
342342
:tabid: ent-deb-10
343343

344344
.. code-block:: sh
345345

346-
echo "deb http://repo.mongodb.com/apt/dists/debian/buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
346+
echo "deb http://repo.mongodb.com/apt/debian/dists/buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
347347

348348
.. step:: Refresh the package database.
349349

0 commit comments

Comments
 (0)