mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
fix: use curl for Chrome download + capture google-chrome-stable in tarball (#2370)
- wget not available on many cloud VMs, use curl instead - Remove 2>/dev/null from dpkg/apt so install errors are visible - Capture /usr/bin/google-chrome-stable in tarball (actual .deb binary name) - Use curl in packer/agents.json tarball build too Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
parent
24a3c7328d
commit
4004b51f6d
4 changed files with 5 additions and 4 deletions
|
|
@ -28,6 +28,7 @@ case "${AGENT_NAME}" in
|
|||
openclaw)
|
||||
echo "/root/.npm-global/" >> "${PATHS_FILE}"
|
||||
# Google Chrome for OpenClaw's browser tool (CDP automation)
|
||||
echo "/usr/bin/google-chrome-stable" >> "${PATHS_FILE}"
|
||||
echo "/usr/bin/google-chrome" >> "${PATHS_FILE}"
|
||||
echo "/opt/google/chrome/" >> "${PATHS_FILE}"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue