This commit is contained in:
2023-03-04 11:21:17 -05:00
parent 84ce050539
commit be4629662d
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
# This does not work inside of a make command.
bootstrap-homebrew:
xcode-select --install | true
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
xcode-select --install || true
$(shell "$(PWD)/install-brew.sh")
chmod -R go-w $(brew --prefix)
bootstrap-brews: