mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-14 21:19:32 +00:00
Update README.md: replace rsc.eworm.de URLs with raw GitHub (dumkot)
This commit is contained in:
parent
e16ef12b8a
commit
16554487e8
1 changed files with 4 additions and 4 deletions
|
|
@ -92,7 +92,7 @@ If you intend to download the scripts from a
|
|||
different location (for example from github.com) install the corresponding
|
||||
certificate chain.
|
||||
|
||||
/tool/fetch "https://rsc.eworm.de/main/certs/ISRG-Root-X2.pem" dst-path="isrg-root-x2.pem";
|
||||
/tool/fetch "https://raw.githubusercontent.com/dumkot/routeros-sc/main/certs/ISRG-Root-X2.pem" dst-path="isrg-root-x2.pem";
|
||||
|
||||

|
||||
|
||||
|
|
@ -130,7 +130,7 @@ date and time is set correctly!
|
|||
|
||||
Now let's download the main scripts and add them in configuration on the fly.
|
||||
|
||||
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={ /system/script/add name=$Script owner=$Script source=([ /tool/fetch check-certificate=yes-without-crl ("https://rsc.eworm.de/main/" . $Script . ".rsc") output=user as-value ]->"data"); };
|
||||
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={ /system/script/add name=$Script owner=$Script source=([ /tool/fetch check-certificate=yes-without-crl ("https://raw.githubusercontent.com/dumkot/routeros-sc/main/" . $Script . ".rsc") output=user as-value ]->"data"); };
|
||||
|
||||

|
||||
|
||||
|
|
@ -409,9 +409,9 @@ immediately remove the link in question.
|
|||
Upstream
|
||||
--------
|
||||
|
||||
[rsc.eworm.de](https://rsc.eworm.de/)
|
||||
[raw.githubusercontent.com/dumkot/routeros-sc](https://raw.githubusercontent.com/dumkot/routeros-sc/)
|
||||
|
||||
[](https://rsc.eworm.de/)
|
||||
[](https://raw.githubusercontent.com/dumkot/routeros-sc/)
|
||||
|
||||
### Code hosting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue