Remove references to git.io

This commit is contained in:
Vladimir Safonkin
2020-02-07 15:17:43 +03:00
parent 27e3bad4a2
commit 7a9bee9192
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ apt-get update
apt-get install -y kubectl
# Install Helm
curl -L https://git.io/get_helm.sh | bash
curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
# Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work"