From 6759cb233c2e764f1eb43711bf8dbf24b4b0723a Mon Sep 17 00:00:00 2001 From: wy-luke Date: Mon, 4 Sep 2023 03:34:25 +0800 Subject: [PATCH] fix: brew install cmake as formulae --- sd-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sd-installer.sh b/sd-installer.sh index a156852..e85a19e 100644 --- a/sd-installer.sh +++ b/sd-installer.sh @@ -158,8 +158,8 @@ else fi echo_green "Install the packages required" -brew install protobuf rust wget -brew install --cask cmake +brew install cmake protobuf rust wget +# brew install --cask cmake echo