mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 18:25:11 +02:00
global-functions: $ScriptInstallUpdate: drop support for scripts from storage
Nobody ever used that, no?
(Well, except me - just before I implemented fetching. 😜)
This commit is contained in:
parent
7a1ffb659c
commit
382f928568
3 changed files with 4 additions and 12 deletions
|
@ -202,8 +202,7 @@
|
|||
# This is the address used to send gps data to.
|
||||
:global GpsTrackUrl "https://example.com/index.php";
|
||||
|
||||
# Enable this to fetch scripts from given url.
|
||||
:global ScriptUpdatesFetch true;
|
||||
# This is the base url to fetch scripts from.
|
||||
:global ScriptUpdatesBaseUrl "https://git.eworm.de/cgit/routeros-scripts/plain/";
|
||||
# alternative urls - main: stable code - next: currently in development
|
||||
#:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/main/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue