Skip to content

Commit

Permalink
add a comment to isntall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Sep 14, 2024
1 parent dbf77b6 commit 7bba62c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ if [[ "$OS" == "Linux"* ]]; then
elif [[ "$OS" == "Darwin"* ]]; then
sys="$(sysctl -n machdep.cpu.brand_string)"
if [[ $sys == *"M1"* || $sys == *"M2"* || $sys == *"M3"* ]]; then
echo "Installing for Apple Silicon"
target='bun-darwin-arm64'
else
echo "Installing for Intel Mac"
target='bun-darwin-x64'
fi
fi
Expand Down

0 comments on commit 7bba62c

Please sign in to comment.