remove ansible (no longer used)

This commit is contained in:
Noah Masur 2024-02-04 10:02:39 -07:00
parent af1b6c8b35
commit 3178a1dea9

View File

@ -8,7 +8,7 @@
if ! xcode-select --version 2>/dev/null; then
$DRY_RUN_CMD xcode-select --install
fi
if ! /opt/homebrew/bin/brew --version 2>/dev/null; then
if ! /usr/local/bin/brew --version 2>/dev/null; then
$DRY_RUN_CMD /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
'';