Moved ms odbc commands to a script

This commit is contained in:
Alejandro Celaya
2020-05-04 21:39:48 +02:00
parent 522d8ed236
commit 5f42266cf2
2 changed files with 12 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -ex
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
apt-get update
ACCEPT_EULA=Y apt-get install msodbcsql17
apt-get install unixodbc-dev