mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 07:36:38 +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
|
unzip cargo-binstall-universal-apple-darwin.zip
|
||||||
elif [ "$os" == "Linux" ]; then
|
elif [ "$os" == "Linux" ]; then
|
||||||
machine="$(uname -m)"
|
machine="$(uname -m)"
|
||||||
# `uname -m` retuns 'armv7l' on raspberry pi, but 'armv7' works just fine
|
|
||||||
if [ "$machine" == "armv7l" ]; then
|
if [ "$machine" == "armv7l" ]; then
|
||||||
machine="armv7"
|
machine="armv7"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue