Skip to content

Instantly share code, notes, and snippets.

@samuraitruong
Created November 11, 2017 10:01
Show Gist options
  • Save samuraitruong/1ef6dceaa630168fd5c99ef1d61240c0 to your computer and use it in GitHub Desktop.
Save samuraitruong/1ef6dceaa630168fd5c99ef1d61240c0 to your computer and use it in GitHub Desktop.
cd xxx
wget https://download.microsoft.com/download/5/F/0/5F0362BD-7D0A-4A9D-9BF9-022C6B15B04D/dotnet-runtime-2.0.0-linux-x64.tar.gz
sudo mkdir -p /opt/dotnet && sudo tar zxf dotnet-runtime-2.0.0-linux-x64.tar.gz -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment