← Back to Registry
wget
GNU wget file downloader.
1. Install
npm install @agentos-software/wget
2. 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 wget from "@agentos-software/wget";
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [wget] });
export const registry = setup({ use: { vm } });