File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microso
55sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
66sudo sh -c ' echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
77sudo apt-get -qq update
8- sudo apt-get install -y dotnet-sdk-2.1.300-preview2-008533
8+ sudo apt-get install -y dotnet-sdk-2.1.300-rc1-008673
99
1010echo ' Installing kubecl'
1111curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl
Original file line number Diff line number Diff line change 11#! /bin/sh
22echo ' Installing .NET Core...'
33
4- wget https://download.microsoft.com/download/D/7/8/D788D3CD-44C4-487D-829B-413E914FB1C3 /dotnet-sdk-2.1.300-preview1-008174 -osx-x64.pkg -O ~ /dotnet-sdk-2.1.300-preview1-008174 -osx-x64.pkg
5- sudo installer -pkg ~ /dotnet-sdk-2.1.300-preview1-008174 -osx-x64.pkg -target /
4+ wget https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.300-rc1-008673 /dotnet-sdk-2.1.300-rc1-008673 -osx-x64.pkg -O ~ /dotnet-sdk-2.1.300-rc1-008673 -osx-x64.pkg
5+ sudo installer -pkg ~ /dotnet-sdk-2.1.300-rc1-008673 -osx-x64.pkg -target /
66
77# https://github.com/dotnet/cli/issues/2544
88ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/
You can’t perform that action at this time.
0 commit comments