Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: get architecture for install #1321

Merged
merged 1 commit into from
Mar 3, 2022

Commits on Mar 3, 2022

  1. feat: get architecture for install,

        * add bash function to get architecture
        * match arch to available download assets
    
    I noted that `uname -m` will return aarch64 or aarch,
    for arm based machines these changes will allow `os` var to match
    multiple architectures and existing download assets.
    
    Tested on darwin x86_64 (amd64), and linux amd64 and arm64.
    techsolx committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    317d11d View commit details
    Browse the repository at this point in the history