fix homebrew upgrade

pull/3986/head
Dax Raad 2025-11-06 00:37:44 -05:00
parent 7c098c8849
commit afe8508949
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ export namespace Installation {
const formula = await getBrewFormula()
cmd = $`brew install ${formula}`.env({
HOMEBREW_NO_AUTO_UPDATE: "1",
...process.env,
})
break
}