Files
csharp/install-osx.sh

10 lines
402 B
Bash
Raw Normal View History

#!/bin/sh
echo 'Installing .NET Core...'
2018-10-26 23:04:22 -07:00
wget https://download.visualstudio.microsoft.com/download/pr/38102737-cb48-46c2-8f52-fb7102b50ae7/d81958d71c3c2679796e1ecfbd9cc903/dotnet-sdk-2.1.403-osx-x64.pkg -O ~/dotnet-sdk-2.1.403-osx-x64.pkg
sudo installer -pkg ~/dotnet-sdk-2.1.403-osx-x64.pkg -target /
# https://github.com/dotnet/cli/issues/2544
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/