mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
installer: remove beta warning
... bleh confusing it is.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user