@@ -15,6 +15,13 @@ content: |
1515
1616 .. tabs::
1717
18+ .. tab:: Debian 11 "Bullseye"
19+ :tabid: debian-11-bullseye
20+
21+ .. code-block:: bash
22+
23+ echo "deb http://repo.mongodb.com/apt/debian bullseye/mongodb-enterprise/{+version+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
24+
1825 .. tab:: Debian 10 "Buster"
1926 :tabid: debian-10-buster
2027
@@ -33,25 +40,32 @@ content: |
3340 particular :ref:`release series <release-version-numbers>`, you can
3441 specify the release series of a version of MongoDB that is supported
3542 for your Debian build in the repository configuration. For example,
36- to restrict your system to the 4.2 release series, add the following
43+ to restrict your system to the {+version-last+} release series, add the following
3744 repository:
3845
3946 .. tabs::
4047 :hidden:
4148
49+ .. tab:: Debian 11 "Bullseye"
50+ :tabid: debian-11-bullseye
51+
52+ .. code-block:: bash
53+
54+ echo "deb http://repo.mongodb.com/apt/debian bullseye/mongodb-enterprise/{+version-last+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-{+version-last+}.list
55+
4256 .. tab:: Debian 10 "Buster"
4357 :tabid: debian-10-buster
4458
4559 .. code-block:: bash
4660
47- echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/4.2 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-4.2 .list
61+ echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+version-last+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-{+version-last+} .list
4862
4963 .. tab:: Debian 9 "Stretch"
5064 :tabid: debian-9-stretch
5165
5266 .. code-block:: bash
5367
54- echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/4.2 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-4.2 .list
68+ echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+version-last+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-{+version-last+} .list
5569 ---
5670stepnum : 3
5771level : 4
0 commit comments