fix arm64 detection

This commit is contained in:
2026-08-06 20:04:25 -05:00
parent 31ee4201a8
commit 6b5fb50091
+2 -1
View File
@@ -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