Horje
install helm on wsl Code Example
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"}




Shell

Related
git config list Code Example git config list Code Example
check if port is available linux Code Example check if port is available linux Code Example
unity logcat Code Example unity logcat Code Example
install telnet alpine Code Example install telnet alpine Code Example
check active number of ssh connections Code Example check active number of ssh connections Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12