Skip to content

Commit

Permalink
install.sh: add aarch64 support
Browse files Browse the repository at this point in the history
Thanks to and fixes direnv#822
  • Loading branch information
zimbatm committed Aug 25, 2021
1 parent 8e53139 commit 3dbd2ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ set -euo pipefail
i686 | i386)
machine=386
;;
aarch64)
machine=arm64
;;
*)
die "Machine $(uname -m) not supported by the installer.\n" \
"Go to https://direnv for alternate installation methods."
Expand Down

0 comments on commit 3dbd2ff

Please sign in to comment.