Skip to content

Installer/updater to fetch binary packages (from GitHub) #41

@abitrolly

Description

@abitrolly

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/terraform available
    • discover where terraform binary is
      • use (prior) knowledge provided by user
      • lookup
        • own user maintained database
        • existing packages databases
        • google
      • 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.

Existing solutions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions