On archlinux there is a package which installs garden in /usr/bin
❯ pacman -Ql garden-devops-bin
garden-devops-bin /usr/
garden-devops-bin /usr/bin/
garden-devops-bin /usr/bin/garden
garden-devops-bin /usr/src/
garden-devops-bin /usr/src/debug/
garden-devops-bin /usr/src/debug/garden-devops-bin/
Which is 0.13.41 at the moment (not the latest major version).
Running sudo garden self-update --major removes everything from /usr/bin/*.
I think that shouldn't happen even with manual intervention in package manager upgrade process. Or at least there should be a warning.
On archlinux there is a package which installs garden in /usr/bin
Which is 0.13.41 at the moment (not the latest major version).
Running
sudo garden self-update --majorremoves everything from/usr/bin/*.I think that shouldn't happen even with manual intervention in package manager upgrade process. Or at least there should be a warning.