This commit is contained in:
Yuki Nagato 2024-07-10 14:27:46 -07:00 committed by GitHub
parent 31301c5ea3
commit 1fb4154aad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,6 @@ if [ "$os" == "Darwin" ]; then
unzip cargo-binstall-universal-apple-darwin.zip
elif [ "$os" == "Linux" ]; then
machine="$(uname -m)"
# `uname -m` retuns 'armv7l' on raspberry pi, but 'armv7' works just fine
if [ "$machine" == "armv7l" ]; then
machine="armv7"
fi