I am in the directory where is the file install.sh/mnt/c/Users/prozo/Documents/msodbcsql-11.0.2270.0$
The first line in the install.sh script is the shebang:#!/bin/bash
To execute the script I am using these commands: chmod a+x install.shbash install.sh
But always I got the following messages:install.sh: line 20: syntax error near unexpected token (' install.sh: line 20: req_libs= ( glibc e2fsprogs krb5-libs openssl )'
Please, someone can help to run this script and install the ODBC 11 for SQL Server in Unix ubuntu?
Run the script install.sh in unix ubuntu to install the ODBC 11 for SQL Server