Skip to content
Snippets Groups Projects
Unverified Commit 6a1f3ec0 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[install] Download Darwin arm64 binary (#2400 #2401)

parent 2e353aee
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ archi=$(uname -sm)
binary_available=1
binary_error=""
case "$archi" in
# Darwin\ arm64) download fzf-$version-darwin_arm64.tar.gz ;; # TODO
Darwin\ arm64) download fzf-$version-darwin_arm64.tar.gz ;;
Darwin\ x86_64) download fzf-$version-darwin_amd64.tar.gz ;;
Linux\ armv5*) download fzf-$version-linux_armv5.tar.gz ;;
Linux\ armv6*) download fzf-$version-linux_armv6.tar.gz ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment