Skip to content

Commit 8544e08

Browse files
Move to dotnet-2.1-preview2 (#138)
1 parent df4d5dc commit 8544e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microso
55
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
66
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'
77
sudo apt-get -qq update
8-
sudo apt-get install -y dotnet-sdk-2.1.300-preview1-008174
8+
sudo apt-get install -y dotnet-sdk-2.1.300-preview2-008533
99

1010
echo 'Installing kubecl'
1111
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl

0 commit comments

Comments
 (0)