Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use
uname -m
instead of arch
comamnd
`arch` command is not installed at default. see coreutils document: > arch is not installed by default, so portable scripts should > not rely on its existence. https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html ref: google/fscrypt#92 (comment)
- Loading branch information