3 lines
128 B
Bash
Executable file
3 lines
128 B
Bash
Executable file
#!/bin/sh
|
|
# https://helm.sh/docs/intro/install/
|
|
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|