mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 10:04:28 +02:00
doc/capsman-download-packages: document how to download packages
This commit is contained in:
parent
96598b2d34
commit
d87f5899c2
1 changed files with 10 additions and 1 deletions
|
@ -26,7 +26,16 @@ internet connectivity is given:
|
||||||
|
|
||||||
Only packages available in older version are downloaded. For initial setup
|
Only packages available in older version are downloaded. For initial setup
|
||||||
place the required packages to CAPsMAN package path (see
|
place the required packages to CAPsMAN package path (see
|
||||||
`/ caps-man manager`).
|
`/ caps-man manager`). The packages can be downloaded from device with
|
||||||
|
function `$DownloadPackage`, use something like this to download latest
|
||||||
|
packages to directory `routeros`:
|
||||||
|
|
||||||
|
$DownloadPackage system "" arm routeros;
|
||||||
|
$DownloadPackage security "" arm routeros;
|
||||||
|
[...]
|
||||||
|
$DownloadPackage system "" mipsbe routeros;
|
||||||
|
$DownloadPackage security "" mipsbe routeros;
|
||||||
|
[...]
|
||||||
|
|
||||||
Usage and invocation
|
Usage and invocation
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue