aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-01-09 19:05:42 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-01-11 12:28:31 +0100
commita38272e15e4070284d480bc0738aaccd05027e91 (patch)
tree210c023b0eb8cd9af0cb263e8fdfd3daa266122a
parentf211a8d099f3b86c9887d8800e717c2b0a4bbe77 (diff)
README: install custom script from routeros-scripts-custom
-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.