File tree Expand file tree Collapse file tree
docs/connect/odbc/linux-mac Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,21 +37,21 @@ The following sections explain how to install the Microsoft ODBC driver 17 from
3737``` bash
3838# Download the desired package(s)
3939curl -O https://download.microsoft.com/download/e/4/e/e4e67866-dffd-428c-aac7-8d28ddafb39b/msodbcsql17_17.5.2.2-1_amd64.apk
40- curl -O https://download.microsoft.com/download/e/4/e/e4e67866-dffd-428c-aac7-8d28ddafb39b/mssql-tools_17.5.2.2 -1_amd64.apk
40+ curl -O https://download.microsoft.com/download/e/4/e/e4e67866-dffd-428c-aac7-8d28ddafb39b/mssql-tools_17.5.2.1 -1_amd64.apk
4141
4242
4343# (Optional) Verify signature, if 'gpg' is missing install it using 'apk add gnupg':
4444curl -O https://download.microsoft.com/download/e/4/e/e4e67866-dffd-428c-aac7-8d28ddafb39b/msodbcsql17_17.5.2.2-1_amd64.sig
45- curl -O https://download.microsoft.com/download/e/4/e/e4e67866-dffd-428c-aac7-8d28ddafb39b/mssql-tools_17.5.2.2 -1_amd64.sig
45+ curl -O https://download.microsoft.com/download/e/4/e/e4e67866-dffd-428c-aac7-8d28ddafb39b/mssql-tools_17.5.2.1 -1_amd64.sig
4646
4747curl https://packages.microsoft.com/keys/microsoft.asc | gpg --import -
4848gpg --verify msodbcsql17_17.5.2.2-1_amd64.sig msodbcsql17_17.5.2.2-1_amd64.apk
49- gpg --verify mssql-tools_17.5.2.2 -1_amd64.sig mssql-tools_17.5.2.2 -1_amd64.apk
49+ gpg --verify mssql-tools_17.5.2.1 -1_amd64.sig mssql-tools_17.5.2.1 -1_amd64.apk
5050
5151
5252# Install the package(s)
5353sudo apk add --allow-untrusted msodbcsql17_17.5.2.2-1_amd64.apk
54- sudo apk add --allow-untrusted mssql-tools_17.5.2.2 -1_amd64.apk
54+ sudo apk add --allow-untrusted mssql-tools_17.5.2.1 -1_amd64.apk
5555```
5656
5757> [ !NOTE]
You can’t perform that action at this time.
0 commit comments