Skip to content

Commit

Permalink
Merge pull request #101 from hartraft/feature/update-install-sh-linux…
Browse files Browse the repository at this point in the history
…-arm64

Add arm64 support to the install script for linux/freebsd/openbsd
  • Loading branch information
mistakenelf authored Aug 10, 2022
2 parents c69155a + cfbf99c commit b8a3043
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 @@ -55,8 +55,11 @@ get_binaries() {
darwin/386) BINARIES="fm" ;;
darwin/amd64) BINARIES="fm" ;;
darwin/arm64) BINARIES="fm" ;;
freebsd/arm64) BINARIES="fm" ;;
linux/386) BINARIES="fm" ;;
linux/arm64) BINARIES="fm" ;;
linux/amd64) BINARIES="fm" ;;
openbsd/arm64) BINARIES="fm" ;;
windows/386) BINARIES="fm" ;;
windows/amd64) BINARIES="fm" ;;
*)
Expand Down

0 comments on commit b8a3043

Please sign in to comment.