From 49c5b6d70453f8ea3dab94c6fb76b154246e31e6 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Mon, 7 Apr 2025 12:31:56 +0000 Subject: [PATCH] distributions: relocate URL options in options file Signed-off-by: Christian Hewitt --- distributions/LibreELEC/options | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index 4998b31463..06a48c90a9 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -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"