-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
There should be a better way to install/update verified binaries from GitHub than copy/pasting this shell lines - https://github.com/yakshaveinc/linux/blob/18273d092bee52cfd51551d60281e43b637381ee/docops/CHEATSHEET.md
It can be fixed by a tool with some query logic. Let's name it instabin.
- admin story -
sudo instabin terraform- should make/usr/local/bin/terraformavailable- discover where
terraformbinary is- use (prior) knowledge provided by user
- lookup
- own user maintained database
- existing packages databases
- extract location of GitHub repo or package with the binary
- download the package
- extract binary
- symlink to ~/bin
- record data - where the repo is, what is the repo, etc.
- discover where
Existing solutions
- https://docs.brew.sh/Homebrew-on-Linux - huge installation of the toolset itself, still downloading to see where it installs files
- http://pkgsrc.joyent.com/ ??? - maybe
sudobased - https://framagit.org/grumpyf0x48/liar - looks like it operates with prior knowledge
Metadata
Metadata
Assignees
Labels
No labels