Browse Source

fix homebrew upgrade

Dax Raad 3 months ago
parent
commit
afe8508949
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/opencode/src/installation/index.ts

+ 1 - 0
packages/opencode/src/installation/index.ts

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