mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
installer: rename OpenELEC.tv to OpenELEC; show OS version
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7ac06939e6
commit
dcf877beb8
@ -15,7 +15,7 @@
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with OpenELEC.tv; see the file COPYING. If not, write to
|
||||
# along with OpenELEC; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
@ -327,7 +327,7 @@ menu_main() {
|
||||
MSG_MENU="\n\ZbQuick Install:\Zn do an default installation on an specific devices, \
|
||||
\Z1\Zb(this will delete all your data on this device)\Zn \
|
||||
\n\ZbCustom Install:\Zn do an custom installation \
|
||||
\n\ZbSetup:\Zn change some settings to run OpenELEC.tv \
|
||||
\n\ZbSetup:\Zn change some settings to run OpenELEC \
|
||||
\n\ZbBIOS Update:\Zn backup and update your BIOS (only for OEMs) \
|
||||
\n\ZbShow logfile:\Zn show and save the logfile \
|
||||
\n \
|
||||
@ -336,9 +336,9 @@ menu_main() {
|
||||
|
||||
dialog --colors --backtitle "$BACKTITLE" --cancel-label "$MSG_CANCEL" \
|
||||
--title "$MSG_TITLE" --menu "$MSG_MENU" 20 70 5 \
|
||||
1 "Quick Install OpenELEC.tv" \
|
||||
2 "Custom Install OpenELEC.tv" \
|
||||
3 "Setup OpenELEC.tv" \
|
||||
1 "Quick Install OpenELEC" \
|
||||
2 "Custom Install OpenELEC" \
|
||||
3 "Setup OpenELEC" \
|
||||
4 "BIOS update (only for OEM's)" \
|
||||
5 "Show logfile" 2> $TMPDIR/mainmenu
|
||||
|
||||
@ -486,8 +486,9 @@ do_poweroff() {
|
||||
|
||||
# setup needed variables
|
||||
BETA="yes"
|
||||
VERSION="0.2.5"
|
||||
BACKTITLE="OpenELEC.tv Installer $VERSION"
|
||||
INSTALLER_VERSION="0.2.5"
|
||||
OS_VERSION=$(lsb_release)
|
||||
BACKTITLE="OpenELEC Installer $INSTALLER_VERSION - Operating System: $OS_VERSION"
|
||||
|
||||
TMPDIR="/tmp/installer"
|
||||
LOGFILE="$TMPDIR/install.log"
|
||||
|
Loading…
x
Reference in New Issue
Block a user