fix homebrew upgrade

This commit is contained in:
Dax Raad
2025-11-06 00:37:44 -05:00
parent 7c098c8849
commit afe8508949

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
}