From 92797638daa5202652e1000a306a4ffccaf0c673 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Mon, 7 Apr 2025 12:41:57 +0000 Subject: [PATCH] distributions: use https sources and minor cleanups Signed-off-by: Christian Hewitt --- distributions/LibreELEC/options | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index 11964fd396..c98866d21a 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -1,19 +1,19 @@ ### DISTRO INFORMATION ### -# Name of the Distro to build (full name, without special characters) +# Distro name (full name, without special characters) DISTRONAME="LibreELEC" -# short project description +# Short distro description DESCRIPTION="LibreELEC is a fast and user-friendly Kodi Entertainment Center distribution." -# Distribution Specific source location - DISTRO_MIRROR="http://sources.libreelec.tv/mirror" - DISTRO_SRC="http://sources.libreelec.tv/$DISTRO_VERSION" +# Distribution Source location + DISTRO_MIRROR="https://sources.libreelec.tv/mirror" + DISTRO_SRC="https://sources.libreelec.tv/$DISTRO_VERSION" # Distribution Home URL DISTRO_HOME_URL="https://libreelec.tv" -# Welcome Message for e.g. SSH Server (up to 5 Lines) +# Welcome Message for SSH Server (up to 5 Lines) GREETING0="##############################################" GREETING1="# LibreELEC #" GREETING2="# https://libreelec.tv #"