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
5
5
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
6
6
sudo sh -c ' echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
7
7
sudo 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
9
9
10
10
echo ' Installing kubecl'
11
11
curl -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 1
1
#! /bin/sh
2
2
echo ' Installing .NET Core...'
3
3
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 /
6
6
7
7
# https://github.com/dotnet/cli/issues/2544
8
8
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/
You can’t perform that action at this time.
0 commit comments