mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
README: now that we need three scripts... download and add in loop
This commit is contained in:
parent
cec61183eb
commit
4e02260ad7
1 changed files with 1 additions and 3 deletions
|
@ -75,9 +75,7 @@ Always make sure there are no certificates installed you do not know or want!
|
||||||
|
|
||||||
Now let's download the main scripts and add them in configuration on the fly.
|
Now let's download the main scripts and add them in configuration on the fly.
|
||||||
|
|
||||||
[admin@MikroTik] > / system script add name=global-config source=([ / tool fetch check-certificate=yes-without-crl "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/global-config" output=user as-value]->"data")
|
[admin@MikroTik] > :foreach script in={ "global-config"; "global-functions"; "script-updates" } do={ / system script add name=$script source=([ / tool fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit.cgi/routeros-scripts/plain/" . $script) output=user as-value]->"data"); }
|
||||||
[admin@MikroTik] > / system script add name=global-functions source=([ / tool fetch check-certificate=yes-without-crl "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/global-functions" output=user as-value]->"data")
|
|
||||||
[admin@MikroTik] > / system script add name=script-updates source=([ / tool fetch check-certificate=yes-without-crl "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/script-updates" output=user as-value]->"data")
|
|
||||||
|
|
||||||
The configuration needs to be tweaked for your needs. Make sure not to send
|
The configuration needs to be tweaked for your needs. Make sure not to send
|
||||||
your mails to `mail@example.com`!
|
your mails to `mail@example.com`!
|
||||||
|
|
Loading…
Reference in a new issue