diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index f052c46..beaeac1 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -51,7 +51,7 @@ jobs: run: brew --config - name: Homebrew install - run: brew install ack + run: brew install stow - name: Run install script timeout-minutes: 30 diff --git a/install.sh b/install.sh index 1bdb36d..cfa9224 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ mkdir ~/Projects # -- Homebrew ----------------------------------------------------------------- step_msg "Installing homebrew" -brew install git stow +# brew install git stow # -- Dotfiles ----------------------------------------------------------------- step_msg "Setting up dotfiles"