aptly_update_mirror
Automatically fetch the latest packages from a remote repository by updating a specified mirror, ensuring your Debian package repository remains current.
Instructions
Update a mirror to fetch the latest packages from the remote repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the mirror to update |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the mirror to update",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}