Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install helm

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
Comment

helm install

$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
$ chmod 700 get_helm.sh
$ ./get_helm.sh
Comment

installing helm on linux

helm_ver=v3.8.1
wget -qO- https://get.helm.sh/helm-${helm_ver}-linux-amd64.tar.gz | tar zx linux-amd64/helm
sudo mv linux-amd64/helm /usr/local/bin
sudo chmod +x /usr/local/bin/helm
rm -rf linux-amd64
Comment

install 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
Comment

PREVIOUS NEXT
Code Example
Shell :: rust in linux 
Shell :: sticky notes for ubuntu 20.04 
Shell :: tfswitch install 
Shell :: delete non empty directory 
Shell :: uninstall edb postgres mac 
Shell :: tail grep 
Shell :: format flashdisk terminal 
Shell :: terminal command uninstall android studio 
Shell :: terminal list items in directory 
Shell :: wsl convert to wsl2 
Shell :: checking for existing ssh keys 
Shell :: install torch2trt nvidia jetson 
Shell :: microPY lib 
Shell :: bash nohup specify output file 
Shell :: firewall in ubuntu 18.04 
Shell :: upgrade dart in flutter 
Shell :: nmcli connection status 
Shell :: multipass install linux 
Shell :: install intellij community edition mac brew commands 
Shell :: discord on linux 
Shell :: update git version 
Shell :: Autenticação é necessária para criar um dispositivo gerenciado de cores 
Shell :: How to install SciPy on Anaconda 
Shell :: install brave browser manjaro 
Shell :: install angular cli specific version 
Shell :: vs code on ubuntu 20.04 and delete old version 
Shell :: how to change time on kali linux 
Shell :: git set description branch 
Shell :: libevent ubuntu install 
Shell :: git unrelated histories 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =