mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-05 10:45:04 +02:00
completely replace script-updates with $ScriptInstallUpdate
This commit is contained in:
parent
1282a91f04
commit
5f46ef7635
7 changed files with 142 additions and 145 deletions
|
@ -19,7 +19,7 @@ procedure please follow [the long way in detail](README.md#the-long-way-in-detai
|
|||
:error "Something is wrong with your certificates!";
|
||||
}
|
||||
/ file remove "letsencrypt.pem";
|
||||
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions"; "script-updates" } do={
|
||||
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={
|
||||
/ system script add name=$Script source=([ / tool fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit/routeros-scripts/plain/" . $Script) output=user as-value]->"data");
|
||||
}
|
||||
/ system script { run global-config; run global-config-overlay; run global-functions; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue