Difference between revisions of "Apt install helm"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  curl https://baltocdn.com/helm/signing.asc | [[gpg --dearmor]] | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
 
  curl https://baltocdn.com/helm/signing.asc | [[gpg --dearmor]] | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
 
  sudo apt-get install apt-transport-https --yes
 
  sudo apt-get install apt-transport-https --yes
  echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg]  
+
  echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
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 update
 
  sudo apt-get install helm
 
  sudo apt-get install helm

Revision as of 14:46, 14 December 2023

curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt-get install apt-transport-https --yes
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] 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


Related

gpg --dearmor -o

See also

Advertising: