Skip to content

Commit

Permalink
Fix shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Oct 21, 2024
1 parent bbeb728 commit 78b5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_once_install-brew.sh.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if (and (eq .chezmoi.os "linux") (not .codespaces)) -}}
#!/bin/bash

$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash
{{- end }}

0 comments on commit 78b5b59

Please sign in to comment.