Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Sep 14, 2024
1 parent 0eb7437 commit dbf77b6
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 @@ -56,7 +56,7 @@ if [[ "$OS" == "Linux"* ]]; then
fi
elif [[ "$OS" == "Darwin"* ]]; then
sys="$(sysctl -n machdep.cpu.brand_string)"
if [[ $sys == *"M1"* || $sys == *"M2"* ]]; then
if [[ $sys == *"M1"* || $sys == *"M2"* || $sys == *"M3"* ]]; then
target='bun-darwin-arm64'
else
target='bun-darwin-x64'
Expand Down

0 comments on commit dbf77b6

Please sign in to comment.