This commit is contained in:
2023-03-04 15:11:14 -05:00
parent 47e239d7b2
commit d88697f1a7

View File

@@ -4,7 +4,7 @@ BREW = $(BREWPATH)/brew
# This does not work inside of a make command. # This does not work inside of a make command.
bootstrap-homebrew: bootstrap-homebrew:
xcode-select --install || true 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) chmod -R go-w $(brew --prefix)
bootstrap-brews: bootstrap-brews: