mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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()
|
||||
cmd = $`brew install ${formula}`.env({
|
||||
HOMEBREW_NO_AUTO_UPDATE: "1",
|
||||
...process.env,
|
||||
})
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue