Skip to content

Commit c82da4b

Browse files
kevinwang5658github-actions[bot]
authored andcommitted
fix: macOS test fixes for openclaw resource
1 parent a177f67 commit c82da4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/resources/openclaw/openclaw.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class OpenClawResource extends Resource<OpenClawConfig> {
107107
const $ = getPty();
108108

109109
await $.spawn(
110-
'bash -c "curl -fsSL https://openclaw.ai/install.sh | bash"',
110+
'bash -c "curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard --no-prompt"',
111111
{ interactive: true },
112112
);
113113

0 commit comments

Comments
 (0)