This commit is contained in:
2023-03-04 14:21:41 -05:00
parent 6da046a8e5
commit f90b8f6913

View File

@@ -4,7 +4,7 @@ BREW = $(BREWPATH)/brew
# This does not work inside of a make command.
bootstrap-homebrew:
xcode-select --install || true
$(shell "$(PWD)/install-brew.sh")
$(shell source "$(PWD)/install-brew.sh")
chmod -R go-w $(brew --prefix)
bootstrap-brews: