Skip to content

Commit a10b812

Browse files
committed
update apt
1 parent 3709b74 commit a10b812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/travis/install-mssql.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
set -ex
44

55
echo Installing drivers
6+
sudo apt-get install apt
67
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
78
curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/mssql.list
8-
sudo apt-get update -o Acquire::CompressionTypes::Order::=gz
9+
sudo apt-get update
910
ACCEPT_EULA=Y sudo apt-get install -qy msodbcsql17 mssql-tools unixodbc libssl1.0.0
1011

1112
echo Setting up Microsoft SQL Server

0 commit comments

Comments
 (0)