mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
fix(plugins): allow bundled gauntlet install scan
This commit is contained in:
@@ -358,7 +358,7 @@ function runMeasuredCommand(params) {
|
||||
function runPluginLifecycle(params) {
|
||||
for (const plugin of params.plugins) {
|
||||
const commands = [
|
||||
["install", ["install", plugin.dir, "--link"]],
|
||||
["install", ["install", plugin.dir, "--link", "--dangerously-force-unsafe-install"]],
|
||||
["inspect", ["inspect", plugin.id, "--json"]],
|
||||
["disable", ["disable", plugin.id]],
|
||||
["enable", ["enable", plugin.id]],
|
||||
|
||||
Reference in New Issue
Block a user