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

PREVIOUS NEXT
Code Example
Shell :: install kafka windows 
Shell :: install chromedriver linux 
Shell :: how to install pip2 in kali linux 2021 
Shell :: linux count files in subdirectories 
Shell :: display group of username mac 
Shell :: windows docker volume location 
Shell :: adb install apk 
Shell :: install krew 
Shell :: check ssh connection history linux 
Shell :: powershell run bat file 
Shell :: navigate to folder on mac 
Shell :: delete directory mac terminal 
Shell :: check my privilages ubuntu 
Shell :: How to change DNS on Kali 
Shell :: install nginx in amazon linux 2 
Shell :: information about files linux 
Shell :: git: delete branch in local and on remote 
Shell :: How To Print The Username Of PC User On Batch Script 
Shell :: docker install linux mint 
Shell :: Show up usb drive in ubuntu if it mounts 
Shell :: git clone specific branch 
Shell :: ffprobe number of frames 
Shell :: pem to crt 
Shell :: git clone with subrepos 
Shell :: git merge develop to feature 
Shell :: git push u origin master 
Shell :: bash echo multiline 
Shell :: check android studio path linux 
Shell :: find the size of file in linux 
Shell :: ssh save password 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =