Skip to content

Commit 0fc6a85

Browse files
authored
Merge pull request #15428 from v-makouz/master
Added instructions on importing the key for SuSE when installing ODBC Driver 17
2 parents 6dfd948 + b421dd4 commit 0fc6a85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ sudo yum install unixODBC-devel
125125

126126
```bash
127127
sudo su
128+
curl -O https://packages.microsoft.com/keys/microsoft.asc
129+
rpm --import microsoft.asc
128130

129131
#Download appropriate package for the OS version
130132
#Choose only ONE of the following, corresponding to your OS version

0 commit comments

Comments
 (0)