Import the GPG key: curl https://baltocdn.com | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
Install transport-https: sudo apt-get install apt-transport-https --yes
Update and install: sudo apt-get update && sudo apt-get install helm Option B: Using the Automated Script