Skip to content

Commit

Permalink
Update install-linux.sh (#201)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
DWSR authored and k8s-ci-robot committed Sep 13, 2018
1 parent 3cee7fb commit 09a8c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-linux.sh
Expand Up @@ -7,7 +7,7 @@ sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsof
sudo apt-get -qq update
sudo apt-get install -y dotnet-sdk-2.1

echo 'Installing kubecl'
echo 'Installing kubectl'
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl
chmod +x kubectl
sudo mv kubectl /usr/local/bin/
Expand Down

0 comments on commit 09a8c87

Please sign in to comment.