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

Use uname -m as -p doesn't always work #689

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Conversation

jm33-m0
Copy link
Contributor

@jm33-m0 jm33-m0 commented Jul 31, 2023

See https://unix.stackexchange.com/questions/307955/uname-p-i-are-unknown uname -m returns machine type, which is enough for this script, uname -p doesn't work on most Linux distros.

In my system (Arch), executing uname -p returns unknown therefore the script downloads ARM64 version of marksman.

See https://unix.stackexchange.com/questions/307955/uname-p-i-are-unknown
`uname -m` returns machine type, which is enough for this script, `uname -p` doesn't work on most Linux distros.
@mattn mattn merged commit 5dc5e58 into mattn:master Jul 31, 2023
14 checks passed
@mattn
Copy link
Owner

mattn commented Jul 31, 2023

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants