Skip to content

Commit 6712f85

Browse files
authored
Add linux/arm64 to the installation script (#113)
1 parent 612886b commit 6712f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ get_binaries() {
6767
darwin/arm64) BINARIES="oauth2c" ;;
6868
linux/386) BINARIES="oauth2c" ;;
6969
linux/amd64) BINARIES="oauth2c" ;;
70+
linux/arm64) BINARIES="oauth2c" ;;
7071
windows/386) BINARIES="oauth2c" ;;
7172
windows/amd64) BINARIES="oauth2c" ;;
7273
*)

0 commit comments

Comments
 (0)