Skip to content

Commit 7814d9d

Browse files
committed
Add debug output to install.sh
1 parent f1fdee5 commit 7814d9d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ fi
2525
echo "Installing and initializing chezmoi"
2626

2727
env -i HOME="$HOME" GITHUB_ACTIONS="${GITHUB_ACTIONS:-}" /bin/bash --noprofile --norc << EOF
28+
/usr/bin/env | /usr/bin/sort
2829
eval \$("$brew" shellenv)
30+
/usr/bin/env | /usr/bin/sort
2931
HOMEBREW_NO_AUTO_UPDATE=1 "$brew" install chezmoi
3032
chezmoi init --verbose --apply $account
3133
EOF

0 commit comments

Comments
 (0)