mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
cleanup
This commit is contained in:
parent
31301c5ea3
commit
1fb4154aad
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue