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:
Christian Hesse 2023-10-13 17:27:52 +02:00
parent 7a1ffb659c
commit 382f928568
3 changed files with 4 additions and 12 deletions

View file

@ -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/";