From d88697f1a777b3fd4ff698f62fb8f8b06c757ab4 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 4 Mar 2023 15:11:14 -0500 Subject: [PATCH] wip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d75d4e3..c61ab53 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BREW = $(BREWPATH)/brew # This does not work inside of a make command. bootstrap-homebrew: xcode-select --install || true - $(shell source "$(PWD)/scripts/install-brew.sh") + $(shell sudo source "$(PWD)/scripts/install-brew.sh") chmod -R go-w $(brew --prefix) bootstrap-brews: