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

replace arch with uname -m for arch linux #3508

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

Jorropo
Copy link
Contributor

@Jorropo Jorropo commented Mar 29, 2024

From the manpage:

arch - print machine hardware name (same as uname -m)

Arch Linux does not have the arch alias, only uname, so use uname to fix this issue:

./bin/build-native.sh: line 18: arch: command not found

Jorropo and others added 2 commits March 29, 2024 04:39
From the manpage:
> arch - print machine hardware name (same as uname -m)

Arch Linux does not have the `arch` alias, only `uname`, so use `uname` to fix this issue:
> ```
> ./bin/build-native.sh: line 18: arch: command not found
> ```
@jp-bennett jp-bennett merged commit 3cf6c47 into meshtastic:master Mar 29, 2024
69 checks passed
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