cmp-lab/install_helm.sh
2022-05-20 20:48:03 +02:00

5 lines
157 B
Bash

#!/usr/bin/env bash
cd /tmp
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