Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install helm ubuntu

curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm
Comment

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 :: how to pull down a specific branch from github 
Shell :: shell cd 
Shell :: redis dockerhub 
Shell :: angular install ngx-bootstrap 
Shell :: Terraform Region Commandline 
Shell :: manual of command 
Shell :: kubernetes setup 
Shell :: download file github 
Shell :: gitlab push 
Shell :: git create server repository 
Shell :: set up vm arch 
Shell :: Create Remote for Contributing to a GitHub project 
Shell :: centos open port pid 
Shell :: powershell decompress zip 
Shell :: kali linux ffuf fuzzingvirtual hosts 
Shell :: copy content from one files to another in linux shell script 
Shell :: bash temp file extension 
Shell :: add user to a folder in ubuntu nginx 
Shell :: docfetcher ubuntu 
Shell :: surface area of a spherical shell 
Shell :: bijoy bangla keyboard for linux 
Shell :: http get cli 
Shell :: download gradle for debian 
Shell :: who is affected by meningitis 
Shell :: cloud foundry functions deploy 
Shell :: cron every 5 minutes offset 
Shell :: convert shell script to yaml 
Shell :: streams in unix 
Shell :: psexec connection command 
Shell :: nx lint ignore warning 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =