mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
Revert "remove ansible (no longer used)"
This reverts commit 3178a1dea9
.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
if ! xcode-select --version 2>/dev/null; then
|
||||
$DRY_RUN_CMD xcode-select --install
|
||||
fi
|
||||
if ! /usr/local/bin/brew --version 2>/dev/null; then
|
||||
if ! /opt/homebrew/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
|
||||
'';
|
||||
|
Reference in New Issue
Block a user