From 7aa7d4261216035918e0e1967e449ee48104bd41 Mon Sep 17 00:00:00 2001 From: Steven Burnham Date: Fri, 17 Nov 2023 21:58:09 -0500 Subject: [PATCH] added git for mac install --- unix_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/unix_installer.sh b/unix_installer.sh index 50bccd8..d66f996 100644 --- a/unix_installer.sh +++ b/unix_installer.sh @@ -15,6 +15,7 @@ if [[ "$OS_NAME" == "Darwin" ]]; then fi brew install cmake brew install pkgconfig + brew install git elif [[ "$OS_NAME" == "Linux" ]]; then echo "The operating system is Linux." echo "Installing dependencies: cmake and pkgconfig"