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

helmfile install ubuntu

wget {{ bin_url }} -O helmfile_linux_amd64
Example 
wget -O helmfile_linux_amd64 https://github.com/roboll/helmfile/releases/download/v0.135.0/helmfile_linux_amd64
chmod +x helmfile_linux_amd64
mv helmfile_linux_amd64 ~/.local/bin/helmfile
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

Instal helm ubuntu linux

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

PREVIOUS NEXT
Code Example
Shell :: a.isdigit(): for negatives 
::  
:: zsh check if directory exists 
Shell :: how to install brave on fedora 
Shell :: flutter add windows support to existing app 
Shell :: get remote IP of wsl ubuntu 
::  
Shell ::  
Shell :: flutter errors shader compilation error 
Shell :: python3 install mutagen 
Shell ::  
::  
::  
Shell :: how to install jest 
Shell :: powershell script to disable screensaver 
:: Usage: yarn [options] yarn: error: no such option: --template 
Shell :: copy ssh keys to remote server windows 10 openSSH 
Shell :: metasploit install kali linux 
::  
:: install gdal ubuntu 
::  
Shell ::  
::  
:: remote: HTTP Basic: Access denied fatal: Authentication failed for 
:: git credentials 
::  
:: how to install vagrant on linux 
::  
:: remove netbeans snap 
::  
ADD CONTENT
Topic
Content
Source link
Name
1+7 =