Skip to content

Instantly share code, notes, and snippets.

@lemanchester
Created November 21, 2016 12:06
Show Gist options
  • Save lemanchester/01cf1a2be4a7cad59059ad38ede0b8f6 to your computer and use it in GitHub Desktop.
Save lemanchester/01cf1a2be4a7cad59059ad38ede0b8f6 to your computer and use it in GitHub Desktop.
set -ex \
&& wget -O freetds-1.00.15.tar.gz "ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.15.tar.gz" \
&& tar -xzvf freetds-1.00.15.tar.gz \
&& cd freetds-1.00.15 \
&& ./configure \
&& make \
&& sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment