distributions: relocate URL options in options file

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
Christian Hewitt 2025-04-07 12:31:56 +00:00
parent fa90a43177
commit 49c5b6d704
No known key found for this signature in database

View File

@ -6,8 +6,9 @@
# short project description
DESCRIPTION="LibreELEC is a fast and user-friendly Kodi Entertainment Center distribution."
### USER INTERFACE SETTINGS ###
# Distribution Specific source location
DISTRO_MIRROR="http://sources.libreelec.tv/mirror"
DISTRO_SRC="http://sources.libreelec.tv/$DISTRO_VERSION"
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
@ -170,10 +171,6 @@
### KODI ADDONS ###
# Distribution Specific source location
DISTRO_MIRROR="http://sources.libreelec.tv/mirror"
DISTRO_SRC="http://sources.libreelec.tv/$DISTRO_VERSION"
# Addon Server Url
ADDON_SERVER_URL="https://addons.libreelec.tv"