Skip to content

Commit

Permalink
fix: install script for linux machines
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Jul 24, 2022
1 parent 1aedfdb commit 16979d1
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 @@ -13,7 +13,7 @@ else
case $(uname -sm) in
"Darwin x86_64") target="Darwin-x86_64" ;;
"Darwin arm64") target="Darwin-arm64" ;;
*) target="Linux_x86_64" ;;
*) target="Linux-x86_64" ;;
esac
fi

Expand Down

0 comments on commit 16979d1

Please sign in to comment.