jdtls-launcher
jdtls-launcher copied to clipboard
Integrate Webinstall
- Avoid forcing sudo for installation
- Unify macos and linux commands
We could take some inspiration from zoxide: https://github.com/ajeetdsouza/zoxide
Update:
Zoxide uses webinstall and after some investigation, I decided it's a good fit for this project. I'm not sure about submitting our installer to their list, but at least use their tools to comply with:
- quickly
- without sudo or Admin
- without a package manager
- without changing system file permissions
After this PR #8 the commands were unified and sudo is no longer required. I'm not closing this because may integrate webinstall later.