@@ -28,33 +28,50 @@ content: |
2828
2929 .. tabs::
3030
31- .. tab:: Ubuntu 20.04 (Focal)
32- :tabid: comm-focal
31+ .. tab:: Ubuntu
32+ :tabid: ubuntu
3333
34- .. code-block:: sh
34+ .. tabs::
3535
36- 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
36+ .. tab:: Ubuntu 22.04 (Jammy)
37+ :tabid: comm-jammy
3738
38- .. tab:: Ubuntu 18.04 (Bionic)
39- :tabid: comm-bionic
39+ .. code-block:: sh
4040
41- .. code-block:: sh
41+ 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
4242
43- 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
43+ .. tab:: Ubuntu 20.04 (Focal)
44+ :tabid: comm-focal
4445
45- .. tab:: Debian 10 (Buster)
46- :tabid: comm-deb-10
46+ .. code-block:: sh
4747
48- .. code-block:: sh
48+ 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
4949
50- echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
50+ .. tab:: Ubuntu 18.04 (Bionic)
51+ :tabid: comm-bionic
5152
52- .. tab:: Debian 9 (Stretch)
53- :tabid: comm-deb-9
53+ .. code-block:: sh
5454
55- .. code-block:: sh
55+ 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
5656
57- echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
57+ .. tab:: Debian
58+ :tabid: debian
59+
60+ .. tabs::
61+
62+ .. tab:: Debian 10 (Buster)
63+ :tabid: comm-deb-10
64+
65+ .. code-block:: sh
66+
67+ echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
68+
69+ .. tab:: Debian 9 (Stretch)
70+ :tabid: comm-deb-9
71+
72+ .. code-block:: sh
73+
74+ echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
5875
5976 .. tab:: MongoDB Enterprise Edition
6077 :tabid: mdb-comm
@@ -64,33 +81,50 @@ content: |
6481
6582 .. tabs::
6683
67- .. tab:: Ubuntu 20.04 (Focal)
68- :tabid: ent-focal
84+ .. tab:: Ubuntu
85+ :tabid: ubuntu
86+
87+ .. tabs::
88+
89+ .. tab:: Ubuntu 22.04 (Jammy)
90+ :tabid: ent-jammy
91+
92+ .. code-block:: sh
93+
94+ 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
95+
96+ .. tab:: Ubuntu 20.04 (Focal)
97+ :tabid: ent-focal
98+
99+ .. code-block:: sh
100+
101+ 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
69102
70- .. code-block:: sh
103+ .. tab:: Ubuntu 18.04 (Bionic)
104+ :tabid: ent-bionic
71105
72- 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
106+ .. code-block:: sh
73107
74- .. tab:: Ubuntu 18.04 (Bionic)
75- :tabid: ent-bionic
108+ 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
76109
77- .. code-block:: sh
110+ .. tab:: Debian
111+ :tabid: debian
78112
79- 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
113+ .. tabs::
80114
81- .. tab:: Debian 10 (Buster)
82- :tabid: ent-deb-10
115+ .. tab:: Debian 10 (Buster)
116+ :tabid: ent-deb-10
83117
84- .. code-block:: sh
118+ .. code-block:: sh
85119
86- echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
120+ echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
87121
88- .. tab:: Debian 9 (Stretch)
89- :tabid: ent-deb-9
122+ .. tab:: Debian 9 (Stretch)
123+ :tabid: ent-deb-9
90124
91- .. code-block:: sh
125+ .. code-block:: sh
92126
93- echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
127+ echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
94128
95129 ---
96130stepnum : 3
0 commit comments