From 9c3f3b9f202c711ec4b525456b7678518e50624e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 9 Oct 2018 13:12:08 +0200 Subject: add global-functions --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index bef5e48..947ab4d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-54-g00ecf