This commit is contained in:
2023-03-04 14:23:15 -05:00
parent f90b8f6913
commit b6cc5df5e3
2 changed files with 1 additions and 1 deletions

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)/install-brew.sh") $(shell source "$(PWD)/scripts/install-brew.sh")
chmod -R go-w $(brew --prefix) chmod -R go-w $(brew --prefix)
bootstrap-brews: bootstrap-brews: