mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
fix: add explicit brew tap before installing gga
This commit is contained in:
@@ -19,7 +19,8 @@ fi
|
||||
if ! command -v gga &> /dev/null; then
|
||||
echo -e "${BLUE}📦 Installing Gentleman Guardian Angel (gga)...${NC}"
|
||||
if command -v brew &> /dev/null; then
|
||||
brew install gentleman-programming/tap/gga
|
||||
brew tap gentleman-programming/tap 2>/dev/null || true
|
||||
brew install gga
|
||||
else
|
||||
# Fallback: install from source for Linux/CI environments
|
||||
GGA_TMP_DIR=$(mktemp -d)
|
||||
|
||||
Reference in New Issue
Block a user