fix: brew autoupgrade

This commit is contained in:
Aiden Cline
2026-01-13 01:01:06 -06:00
parent afb8a0d28a
commit f1f44644e2

View File

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