Created
October 6, 2023 14:58
-
-
Save chadmcrowell/64939543a450a69151bc8ebb260e8b17 to your computer and use it in GitHub Desktop.
Install Helm on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | |
chmod 700 get_helm.sh | |
./get_helm.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment