From 34584d6f979a61c3b32192c23581d626ab95ea82 Mon Sep 17 00:00:00 2001 From: wy-luke Date: Mon, 4 Sep 2023 03:22:10 +0800 Subject: [PATCH] fix: brew install cmake as cask --- sd-installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sd-installer.sh b/sd-installer.sh index abadb2f..8fdf6d6 100644 --- a/sd-installer.sh +++ b/sd-installer.sh @@ -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