mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
treewide: set DISTRO_HOME_URL from options
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
parent
49c5b6d704
commit
addfbf42b2
@ -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 #"
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user