mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 23:42:50 +00:00
fix syntax error in install.sh
This commit is contained in:
parent
93800e28f1
commit
c79400f309
@ -4,7 +4,7 @@ set -e
|
|||||||
|
|
||||||
if [ "$(uname -s)" = "Darwin" ] && [ "$(uname -m)" = "x86_64" ]; then
|
if [ "$(uname -s)" = "Darwin" ] && [ "$(uname -m)" = "x86_64" ]; then
|
||||||
target="x86_64-apple-darwin"
|
target="x86_64-apple-darwin"
|
||||||
if [ "$(uname -s)" = "Darwin" ] && [ "$(uname -m)" = "arm64" ]; then
|
elif [ "$(uname -s)" = "Darwin" ] && [ "$(uname -m)" = "arm64" ]; then
|
||||||
target="aarch64-apple-darwin"
|
target="aarch64-apple-darwin"
|
||||||
elif [ "$(uname -s)" = "Linux" ] && [ "$(uname -m)" = "x86_64" ]; then
|
elif [ "$(uname -s)" = "Linux" ] && [ "$(uname -m)" = "x86_64" ]; then
|
||||||
target="x86_64-unknown-linux-musl"
|
target="x86_64-unknown-linux-musl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user