Skip to content

Instantly share code, notes, and snippets.

@AbrarJahin
Created February 14, 2020 22:01
Show Gist options
  • Select an option

  • Save AbrarJahin/575e58b336b95ca50f62c039881bed78 to your computer and use it in GitHub Desktop.

Select an option

Save AbrarJahin/575e58b336b95ca50f62c039881bed78 to your computer and use it in GitHub Desktop.
sudo su
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017.list)"
exit
sudo apt-get update -y && sudo apt-get install -y mssql-server
@AbrarJahin
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment