Say I have a bash binary stored in a online git repo. What are the different ways/commands of getting it on the system of the end user?
- apt/eopkg/etc repo (but I imagine a tremendous amount of work for just a simple tool)
- git clone; mv /usr/local/bin
- curl -o /usr/local/bin
Any other way I'm missing? Preferences? Dislikes?