diff options
-rw-r--r-- | README.d/12-install-custom-script.avif | bin | 2242 -> 4746 bytes | |||
-rw-r--r-- | README.md | 5 |
2 files changed, 1 insertions, 4 deletions
diff --git a/README.d/12-install-custom-script.avif b/README.d/12-install-custom-script.avif Binary files differindex c27408f..df9f734 100644 --- a/README.d/12-install-custom-script.avif +++ b/README.d/12-install-custom-script.avif @@ -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/"; ![screenshot: install custom script](README.d/12-install-custom-script.avif) -(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. |