fix arm64 detection
This commit is contained in:
@@ -26,7 +26,7 @@ NVIM_VERSION=stable
|
||||
|
||||
NVIM_ARCH=x86_64
|
||||
NVIM_ARCH2=x64
|
||||
if uname -m | grep arm; then
|
||||
if uname -m | grep arm || uname -m | grep aarch; then
|
||||
NVIM_ARCH=arm64
|
||||
NVIM_ARCH2=arm64
|
||||
fi
|
||||
@@ -51,6 +51,7 @@ NVIM_REQUIRED_BINARIES=(
|
||||
rsync
|
||||
sed
|
||||
shfmt
|
||||
sqlite3
|
||||
tar
|
||||
tree-sitter
|
||||
unzip
|
||||
|
||||
Reference in New Issue
Block a user