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

在aarch64平台上安装脚本有bug。 #1400

Open
paladinhu opened this issue Dec 3, 2024 · 0 comments
Open

在aarch64平台上安装脚本有bug。 #1400

paladinhu opened this issue Dec 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@paladinhu
Copy link

paladinhu commented Dec 3, 2024

install.sh 安装脚本判断平台的代码有bug。
/usr/bin/uname -m | grep "arm|aarch64" | wc -l

上面的脚本在 aarch64 上返回为0,正确代码应该是:
/usr/bin/uname -m | grep -E "arm|aarch64" | wc -l

@paladinhu paladinhu added the bug Something isn't working label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant