Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
newgoliath committed Oct 23, 2023
1 parent e7e8ba6 commit f9d27c2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ unzip awscliv2.zip

rm awscliv2.zip
rm -rf aws

# helm

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

0 comments on commit f9d27c2

Please sign in to comment.