Skip to content

Commit

Permalink
update installer for Apple Silicon (direnv#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
YOwatari authored Dec 23, 2021
1 parent d0fb41d commit 296adef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -euo pipefail
i686 | i386)
machine=386
;;
aarch64)
aarch64 | arm64)
machine=arm64
;;
*)
Expand Down

0 comments on commit 296adef

Please sign in to comment.