From a38272e15e4070284d480bc0738aaccd05027e91 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 9 Jan 2023 19:05:42 +0100 Subject: README: install custom script from routeros-scripts-custom --- README.d/12-install-custom-script.avif | Bin 2242 -> 4746 bytes README.md | 5 +---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.d/12-install-custom-script.avif b/README.d/12-install-custom-script.avif index c27408f..df9f734 100644 Binary files a/README.d/12-install-custom-script.avif and b/README.d/12-install-custom-script.avif 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. -- cgit v1.2.3-54-g00ecf