diff --git a/docs/install.md b/docs/install.md index 6b141d0f2..49d1e8e2a 100755 --- a/docs/install.md +++ b/docs/install.md @@ -95,7 +95,7 @@ Members of the Helm community have contributed a [Helm package](https://helm.baltorepo.com/stable/debian/) for Apt. This package is generally up to date. ``` -curl https://helm.baltorepo.com/organization/signing.asc | sudo apt-key add - +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