jpillora / installer

One-liner for installing binaries from Github releases
https://i.jpillora.com/installer
MIT License
206 stars 52 forks source link

Installing to system directory with ! should fix permission. #35

Open jpambrun opened 1 year ago

jpambrun commented 1 year ago

File saved to /usr/local/bin don't have permission that allow other users to run the binary. It probably needs a chown o+rx at least, maybe chown root?

-rwxr-x---   1 jpambrun jpambrun 4.9M Feb  9 14:28 some_binary