Skip to content

Commit

Permalink
does this a bit differently
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 25, 2024
1 parent 0e22e30 commit d775d6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .chezmoiscripts/run_once_before_00-install-homebrew.sh.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{ if eq .chezmoi.os "darwin" -}}
#!/bin/sh

if ! [ -x "$(command -v brew)" ]; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

{{ end -}}

0 comments on commit d775d6a

Please sign in to comment.