aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.d/12-install-custom-script.avifbin2242 -> 4746 bytes
-rw-r--r--README.md5
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
index c27408f..df9f734 100644
--- a/README.d/12-install-custom-script.avif
+++ b/README.d/12-install-custom-script.avif
Binary files differ
diff --git a/README.md b/README.md
index feb56e5..fd74b3b 100644
--- a/README.md
+++ b/README.md
@@ -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.