Revision history of "Install MSSQL ODBC Driver on Ubuntu"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 20:06, 23 September 2021Busk talk contribs 561 bytes +561 Created page with "``` #!/usr/bin/env bash set -ex . /etc/os-release curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - curl https://packages.microsoft.com/config/$ID/$VERSI..."