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: