@@ -12,14 +12,14 @@ level: 4
12
12
content : |
13
13
The MongoDB release team digitally signs all software packages to
14
14
certify that a particular MongoDB package is a valid and unaltered
15
- MongoDB release. MongoDB signs each release branch with a different
15
+ MongoDB release. The `bi-connector.asc` key to validate the BI Connector is available on [pgp.mongodb.com](https://pgp.mongodb.com/bi-connector.asc)
16
16
PGP key in ``.asc`` format.
17
17
18
18
a. Run the following command to downloaded the ``.sig`` file.
19
19
20
20
.. code-block:: sh
21
21
22
- curl -LO https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-osx-{x86_64|arm64}-{version}.zip.sig
22
+ curl -LO https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-osx-{x86_64|arm64-macos{11|13} }-{version}.zip.sig
23
23
24
24
#. Run the following command to download the import key file.
25
25
@@ -85,15 +85,15 @@ content: |
85
85
86
86
.. code-block:: sh
87
87
88
- unzip {SOURCE-PATH}/mongodb-bi-osx-{x86_64|arm64}-{version}.zip -d {DESTINATION-PATH}
88
+ unzip {SOURCE-PATH}/mongodb-bi-osx-{x86_64|arm64-macos{11|13} }-{version}.zip -d {DESTINATION-PATH}
89
89
90
- b. Change to the ``mongodb-bi-osx-{x86_64|arm64}-{version}`` directory.
90
+ b. Change to the ``mongodb-bi-osx-{x86_64|arm64-macos{11|13} }-{version}`` directory.
91
91
Replace {DESTINATION-PATH} with the path to the directory
92
92
where you extracted the archive in the previous step.
93
93
94
94
.. code-block:: sh
95
95
96
- cd {DESTINATION-PATH}/mongodb-bi-osx-{x86_64|arm64}-{version}/
96
+ cd {DESTINATION-PATH}/mongodb-bi-osx-{x86_64|arm64-macos{11|13} }-{version}/
97
97
98
98
c. Install the programs within the ``bin/`` directory into a directory
99
99
listed in your system ``PATH``. If a prior version exists,
0 commit comments