Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed May 31, 2024
1 parent a3f55d4 commit fecae2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async function setupUnix(os: "linux" | "darwin") {
.stdinText(`
export PATH=$PATH:${scoopShimDir}
eval $("${brew}" shellenv)
BREW_NO_AUTO_UPDATE=1 "${brew}" install chezmoi
HOMEBREW_NO_AUTO_UPDATE=1 "${brew}" install chezmoi
chezmoi init --verbose --apply ${account}
`)
.clearEnv()
Expand Down

0 comments on commit fecae2a

Please sign in to comment.