snapcrafters / helm

Unofficial Helm installer for Linux
https://snapcraft.io/helm
MIT License
36 stars 26 forks source link

/snap/bin/helm is linked to /usr/bin/snap #56

Closed EmmEff closed 4 years ago

EmmEff commented 4 years ago
ubuntu@microk8s:~$ sudo snap install helm --classic
helm 3.0.2 from Snapcrafters installed
ubuntu@microk8s:~$ which helm
/snap/bin/helm
ubuntu@microk8s:~$ ls -l `which helm`
lrwxrwxrwx 1 root root 13 Jan 10 17:16 /snap/bin/helm -> /usr/bin/snap
ubuntu@microk8s:~$

What happened? How do I work around this? TIA

EmmEff commented 4 years ago

meh, my system is messed up. Sorry for the false alarm.