We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890fa0d commit c75320dCopy full SHA for c75320d
root/tmp/setup/sqlsrv-extension.sh
@@ -3,8 +3,6 @@
3
set -e
4
5
# Install Microsoft dependencies for sqlsrv
6
-# Debian 9 requires ODBC driver 17, still not package available in repos, so followed this
7
-# https://github.com/Microsoft/msphpsql/wiki/Install-and-configuration#user-content-odbc-17-linux-installation
8
echo "Downloading sqlsrv files"
9
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
10
# TODO, bullseye should be 11, but the msodbcsql17 package is not available yet, hence using buster (10) one.
0 commit comments