Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install helm on wsl

# Download the install shell script
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3

# Allow to Run
chmod 700 get_helm.sh
# Install
./get_helm.sh

# Confirm it works
$helm version
    version.BuildInfo{Version:"v3.0.2", GitCommit:"19e47ee3283ae98139d98460de796c1be1e3975f", GitTreeState:"clean", 		GoVersion:"go1.13.5"}
Comment

PREVIOUS NEXT
Code Example
Shell :: run git command in different folder 
Shell :: install vscode centos 7 
Shell :: make docker sudo less 
Shell :: replace filename space with underscore bash 
Shell :: un innstall dot net ubuntu 
Shell :: "python -m venv venv" 
Shell :: how to install tor browser in kali 
Shell :: restart apache 
Shell :: iis stop 
Shell :: git update remote origin 
Shell :: cat ~/.ssh/id_rsa.pub 
Shell :: how to install npm in ubuntu 
Shell :: remove the last commit git without losing changes 
Shell :: uninstall zoom command line debian 
Shell :: check cpu temp linux 
Shell :: check if firebase is installed globally 
Shell :: ssh key mac 
Shell :: kubectl delete all from namespace 
Shell :: permission denied .sh 
Shell :: install neofetch ubuntu 
Shell :: force yarn to reinstall all packages 
Shell :: netstat listening port 8080 mac 
Shell :: uninstall python3 wsl 
Shell :: pip install pandas 
Shell :: docker compose network not found 
Shell :: install intel graphics driver ubuntu 
Shell :: pip install django-allauth 
Shell :: git remove commit 
Shell :: change default shell fish 
Shell :: tqdm install 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =