Skip to content

Commit

Permalink
fix: brew install cmake as cask
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Sep 3, 2023
1 parent aa22857 commit 34584d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sd-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ else
fi

echo_green "Install the packages required"
brew install cmake protobuf rust wget
brew install protobuf rust wget
brew install --cask cmake

echo

Expand Down

0 comments on commit 34584d6

Please sign in to comment.