mirror of
https://github.com/pimalaya/himalaya.git
synced 2024-12-09 21:18:39 +03:00
fix install.sh aarch64
This commit is contained in:
@@ -23,14 +23,14 @@ case $system in
|
||||
linux|freebsd)
|
||||
case $machine in
|
||||
x86_64) target=x86_64-linux;;
|
||||
arm64|aarch64) target=arm64-linux;;
|
||||
arm64|aarch64) target=aarch64-linux;;
|
||||
*) die "Unsupported machine $machine for system $system";;
|
||||
esac;;
|
||||
|
||||
darwin)
|
||||
case $machine in
|
||||
x86_64) target=x86_64-macos;;
|
||||
arm64|aarch64) target=arm64-macos;;
|
||||
arm64|aarch64) target=aarch64-macos;;
|
||||
*) die "Unsupported machine $machine for system $system";;
|
||||
esac;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user