mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
installer: small fixes
Fix a typo, get rid of installer version variable and change the URL to point to the correct LibreELEC URL.
This commit is contained in:
parent
ba4e620da8
commit
d3698b0379
@ -21,7 +21,7 @@ PKG_VERSION="1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.openelec.tv/"
|
||||
PKG_SITE="http://libreelec.tv/"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain busybox newt parted e2fsprogs syslinux"
|
||||
PKG_SECTION="tools"
|
||||
|
@ -359,7 +359,7 @@ do_install_quick() {
|
||||
sync
|
||||
|
||||
# umount system partition, remove mountpoint
|
||||
msg_progress_install "97" " bbUnmount $TMPDIR/part2"
|
||||
msg_progress_install "97" "Unmount $TMPDIR/part2"
|
||||
umount $TMPDIR/part2 >> $LOGFILE 2>&1
|
||||
|
||||
msg_progress_install "100" "Remove $TMPDIR/part2"
|
||||
@ -635,9 +635,8 @@ do_poweroff() {
|
||||
}
|
||||
|
||||
# setup needed variables
|
||||
INSTALLER_VERSION="0.3.0"
|
||||
OS_VERSION=$(lsb_release)
|
||||
BACKTITLE="@DISTRONAME@ Installer $INSTALLER_VERSION - $OS_VERSION"
|
||||
BACKTITLE="@DISTRONAME@ Installer - $OS_VERSION"
|
||||
|
||||
TMPDIR="/tmp/installer"
|
||||
LOGFILE="$TMPDIR/install.log"
|
||||
|
Loading…
x
Reference in New Issue
Block a user