fix homebrew upgrade
This commit is contained in:
parent
7c098c8849
commit
afe8508949
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ export namespace Installation {
|
||||||
const formula = await getBrewFormula()
|
const formula = await getBrewFormula()
|
||||||
cmd = $`brew install ${formula}`.env({
|
cmd = $`brew install ${formula}`.env({
|
||||||
HOMEBREW_NO_AUTO_UPDATE: "1",
|
HOMEBREW_NO_AUTO_UPDATE: "1",
|
||||||
|
...process.env,
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue