diff --git a/common.sh b/common.sh index 6bb7cb3..aa9a4fe 100755 --- a/common.sh +++ b/common.sh @@ -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