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 3709b74 commit a10b812Copy full SHA for a10b812
tests/travis/install-mssql.sh
@@ -3,9 +3,10 @@
3
set -ex
4
5
echo Installing drivers
6
+sudo apt-get install apt
7
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
8
curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/mssql.list
-sudo apt-get update -o Acquire::CompressionTypes::Order::=gz
9
+sudo apt-get update
10
ACCEPT_EULA=Y sudo apt-get install -qy msodbcsql17 mssql-tools unixodbc libssl1.0.0
11
12
echo Setting up Microsoft SQL Server
0 commit comments