diff --git a/packages/tools/installer/scripts/installer b/packages/tools/installer/scripts/installer index 113a1d71ee..b72ac48381 100755 --- a/packages/tools/installer/scripts/installer +++ b/packages/tools/installer/scripts/installer @@ -513,14 +513,6 @@ msg_oem_only() { dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70 } -msg_warning_beta() { - # show a warning dialog if we use beta software - MSG_TITLE="\Z1[ BETA WARNING ]\Zn" - MSG_INFOBOX=" This installer is for beta versions. \n This means this sofware have not been tested yet. \n Please make sure you have a backup of your files." - - dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70 -} - msg_no_device() { # show a warning dialog if we dont find not mounted devices for install and return to main menu MSG_TITLE="\Z1[ WARNING ]\Zn" @@ -764,7 +756,6 @@ do_poweroff() { } # setup needed variables -BETA="yes" INSTALLER_VERSION="0.2.6" OS_VERSION=$(lsb_release) BACKTITLE="OpenELEC Installer $INSTALLER_VERSION - $OS_VERSION" @@ -777,7 +768,6 @@ rm -rf $TMPDIR mkdir -p $TMPDIR # main -[ "$BETA" = "yes" ] && msg_warning_beta while true; do clear