Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ runSudo
Method
runSudo
warp/warp.ts:33–35 ·
view source on GitHub ↗
(cmd: string)
Source
from the content-addressed store, hash-verified
31
};
32
}
33
}
34
35
static
async
runSudo(cmd: string): Promise<{ success: boolean; output: string; error?: string }> {
36
return
this.run(`sudo ${cmd}`);
37
}
38
}
Callers
9
readLocal
Method · 0.80
register
Method · 0.80
installBinary
Method · 0.80
setupAndStart
Method · 0.80
restart
Method · 0.80
setPort
Method · 0.80
uninstall
Method · 0.80
configureProxy
Method · 0.80
removeProxy
Method · 0.80
Calls
1
run
Method · 0.95
Tested by
no test coverage detected