diff options
author | Christian Hesse <mail@eworm.de> | 2018-10-09 13:12:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-10-09 14:15:34 +0200 |
commit | 9c3f3b9f202c711ec4b525456b7678518e50624e (patch) | |
tree | d3dc38c8412cd6dbc0309513807526a5e4ec6dcf /README.md | |
parent | 7e9252064ea65c94ed5c8b9e497eb2cc0897f6f7 (diff) |
add global-functions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,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. [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] > / 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 |