diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index 06a48c90a9..11964fd396 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -10,6 +10,9 @@ DISTRO_MIRROR="http://sources.libreelec.tv/mirror" DISTRO_SRC="http://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) GREETING0="##############################################" GREETING1="# LibreELEC #" diff --git a/scripts/image b/scripts/image index 24bcfd2490..343d06cad7 100755 --- a/scripts/image +++ b/scripts/image @@ -170,7 +170,7 @@ VERSION="${DISTRO_VERSION}" ID="${DISTRONAME,,}" VERSION_ID="${OS_VERSION}" PRETTY_NAME="${DISTRONAME} (${DISTRO_BUILD}): ${DISTRO_VERSION}" -HOME_URL="https://libreelec.tv" +HOME_URL="${DISTRO_HOME_URL}" BUG_REPORT_URL="${ORIGIN_URL}" BUILD_ID="${GIT_HASH}" DISTRO_ARCH="${DISTRO_ARCH}"