Skip to content

Commit

Permalink
Merge pull request #65 from zsprackett/master
Browse files Browse the repository at this point in the history
Add support for Darwin on arm
  • Loading branch information
smorimoto authored Jan 17, 2021
2 parents ca4153c + 0291ab0 commit e96ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_direnv() {
local architecture

case "$(uname -m)" in
aarch64*) architecture="arm64" ;;
aarch64* | arm64) architecture="arm64" ;;
armv5* | armv6* | armv7*) architecture="arm" ;;
i686*) architecture="386" ;;
x86_64*) architecture="amd64" ;;
Expand Down

0 comments on commit e96ecf3

Please sign in to comment.