mirror of
https://github.com/sst/opencode.git
synced 2025-08-30 17:57:25 +00:00
add HOMEBREW_NO_AUTO_UPDATE to brew upgrades
This commit is contained in:
parent
dbba4a97aa
commit
01d351bebe
1 changed files with 3 additions and 1 deletions
|
@ -115,7 +115,9 @@ export namespace Installation {
|
|||
case "bun":
|
||||
return $`bun install -g opencode-ai@${target}`
|
||||
case "brew":
|
||||
return $`brew install sst/tap/opencode`
|
||||
return $`brew install sst/tap/opencode`.env({
|
||||
HOMEBREW_NO_AUTO_UPDATE: "1",
|
||||
})
|
||||
default:
|
||||
throw new Error(`Unknown method: ${method}`)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue