From af3a2caf0b1679df6b59c5363faec05df28ff12a Mon Sep 17 00:00:00 2001 From: MrCee <10969457+MrCee@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:14:17 +1100 Subject: [PATCH] AMD patch to remove cland-build-analyzer Remove clang-build-analyser Install python3 If further functionality CBA provided is still required, it will be provided shortly. Fixes: #14 --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index e91c8ad..d7936bd 100755 --- a/functions.sh +++ b/functions.sh @@ -323,7 +323,7 @@ install_brew_and_packages() { gcc git ruby - clang-build-analyzer + python3 zsh yq )