fix: use lookPath "bash"

This commit is contained in:
2026-01-21 12:16:00 +08:00
parent bfc2f0624d
commit 8991a9ee98
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{{ if and (not .unRootMode) (eq .chezmoi.os "darwin") -}}
#!/bin/sh
#!{{ lookPath "sh" }}
# Install Homebrew
command -v brew >/dev/null 2>&1 || \