Skip to content

Commit e7e7060

Browse files
authored
Update installing-the-microsoft-odbc-driver-for-sql-server.md
1 parent d3eb562 commit e7e7060

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ sudo apk add --allow-untrusted mssql-tools_17.10.1.1-1_amd64.apk
244244
```bash
245245
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
246246

247+
# Debian 12
248+
curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor -o /usr/share/keyrings/microsoft-prod.gpg
249+
247250
#Download appropriate package for the OS version
248251
#Choose only ONE of the following, corresponding to your OS version
249252

0 commit comments

Comments
 (0)