Skip to content

Commit

Permalink
Update installodbc_ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
meet-bhagdev authored Oct 18, 2016
1 parent 02d4798 commit 15cf2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ODBC install scripts/installodbc_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo make install 1> makeinstall_std.log 2> makeinstall_err.log


echo "Downloading the Microsoft ODBC Driver 13 for SQL Server- Ubuntu"
wget https://download.microsoft.com/download/2/E/5/2E58F097-805C-4AB8-9FC6-71288AB4409D/msodbcsql-13.0.0.0.tar.gz -P /tmp/msodbcubuntu
wget "https://meetsstorenew.blob.core.windows.net/contianerhd/Ubuntu%2013.0%20Tar/msodbcsql-13.0.0.0.tar.gz?st=2016-10-18T17%3A29%3A00Z&se=2022-10-19T17%3A29%3A00Z&sp=rl&sv=2015-04-05&sr=b&sig=cDwPfrouVeIQf0vi%2BnKt%2BzX8Z8caIYvRCmicDL5oknY%3D" -O msodbcsql-13.0.0.0.tar.gz -P /tmp/msodbcubuntu
cd /tmp/msodbcubuntu/
tar xvfz /tmp/msodbcubuntu/msodbcsql-13.0.0.0.tar.gz
cd /tmp/msodbcubuntu/msodbcsql-13.0.0.0/
Expand Down

0 comments on commit 15cf2a4

Please sign in to comment.