diff --git a/packages/tools/installer/scripts/installer b/packages/tools/installer/scripts/installer index 89f872c44d..36fc9cfdcf 100755 --- a/packages/tools/installer/scripts/installer +++ b/packages/tools/installer/scripts/installer @@ -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"