Skip to content

Instantly share code, notes, and snippets.

View gtabasa1012's full-sized avatar

Andrew gtabasa1012

View GitHub Profile
@gtabasa1012
gtabasa1012 / install_dotnet-sdk.sh
Created February 27, 2018 19:57 — forked from jniltinho/install_dotnet-sdk.sh
Install .NET Core 2.0.0 SDK for Ubuntu 16.04
#!/bin/bash
## Install .NET Core 2.0.0 SDK on Ubuntu 16.04 64Bits
## Author: Nilton OS www.linuxpro.com.br
## https://www.microsoft.com/net/core#linuxubuntu
## https://docs.microsoft.com/en-us/aspnet/core/publishing/apache-proxy
## https://medium.com/@renato.groffe/net-core-e-sql-server-em-linux-primeiros-passos-89a7cb475ebd
## Version 0.1
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg