Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
install
script to support a custom installation path (#244)
I want this tool to be in my `$HOME/bin` rather than `/usr/local`. Introduces a second argument that is the installation destination. Also allows you to pass `latest` as the first one: ``` install latest $HOME ``` Otherwise one would need to find the latest version manually which I do not like. Also avoid using `mkdir` since `install` allows you to specify permissions ignoring `umask` completely. This is somewhat unrealated, is is my own thing as I am Fedora packager and it is just cought my eye :-) Awesome tool, going to try it now. Cheers! Signed-off-by: Lukáš Zapletal <lukas@zapletalovi.com>
- Loading branch information