mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-12 11:04:32 +02:00
README: install custom script from routeros-scripts-custom
This commit is contained in:
parent
f211a8d099
commit
a38272e15e
2 changed files with 1 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.6 KiB |
|
@ -227,13 +227,10 @@ still use my scripts to manage and deploy yours, by specifying `base-url`
|
|||
|
||||
This will fetch and install a script `hello-world.rsc` from the given url:
|
||||
|
||||
$ScriptInstallUpdate hello-world.rsc "base-url=https://git.eworm.de/cgit/routeros-scripts/plain/README.d/";
|
||||
$ScriptInstallUpdate hello-world.rsc "base-url=https://git.eworm.de/cgit/routeros-scripts-custom/plain/";
|
||||
|
||||

|
||||
|
||||
(Yes, the example url still belongs to the repository for easy
|
||||
handling - but the url can be what ever you use.)
|
||||
|
||||
For a script to be considered valid it has to begin with a *magic token*.
|
||||
Have a look at [any script](README.d/hello-world.rsc) and copy the first line
|
||||
without modification.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue