fix(coding-agent): correct Termux package name for fd (#1433)
The fd package is named 'fd' in Termux, not 'fd-find'. fixes termux package name
This commit is contained in:
@@ -192,7 +192,7 @@ async function downloadTool(tool: "fd" | "rg"): Promise<string> {
|
||||
|
||||
// Termux package names for tools
|
||||
const TERMUX_PACKAGES: Record<string, string> = {
|
||||
fd: "fd-find",
|
||||
fd: "fd",
|
||||
rg: "ripgrep",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user