jdtls-launcher icon indicating copy to clipboard operation
jdtls-launcher copied to clipboard

Integrate Webinstall

Open eruizc-dev opened this issue 4 years ago • 2 comments

  • Avoid forcing sudo for installation
  • Unify macos and linux commands

We could take some inspiration from zoxide: https://github.com/ajeetdsouza/zoxide

eruizc-dev avatar Jul 14 '21 13:07 eruizc-dev

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

eruizc-dev avatar Jul 17 '21 21:07 eruizc-dev

After this PR #8 the commands were unified and sudo is no longer required. I'm not closing this because may integrate webinstall later.

eruizc-dev avatar Jul 18 '21 02:07 eruizc-dev