← Back to Registry

diffutils

Software

GNU diff for comparing files.

Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import diffutils from "@agentos-software/diffutils";
 
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [diffutils] });
 
export const registry = setup({ use: { vm } });