diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-13 17:27:52 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-17 14:05:03 +0200 |
commit | 382f92856883ad66b483dd3fef9dfc95b69fbcac (patch) | |
tree | 3075d1c7514e97a8f9658c34f4b8302892f5a7a9 /global-config.rsc | |
parent | 7a1ffb659cd2fc39900fd3b466a237bec82b4739 (diff) |
global-functions: $ScriptInstallUpdate: drop support for scripts from storagechange-110
Nobody ever used that, no?
(Well, except me - just before I implemented fetching. 😜)
Diffstat (limited to 'global-config.rsc')
-rw-r--r-- | global-config.rsc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/global-config.rsc b/global-config.rsc index 5d39c86..0c0a7b9 100644 --- a/global-config.rsc +++ b/global-config.rsc @@ -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/"; |