Skip to content

Commit

Permalink
Force the installer to use fbiterm
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 2, 2018
1 parent 37ece90 commit 9b39a99
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions startup/common/language.sh
Expand Up @@ -30,8 +30,6 @@ function check_run_fbiterm () {
if test "$TERM" = "linux" -a \
\( "$TTY" = /dev/console -o "$TTY" != "${TTY#/dev/tty[0-9]}" \);
then
case "$LANG" in
ja*.UTF-8|ko*.UTF-8|zh*.UTF-8)
# check whether fbiterm can run on console
if test -x /usr/bin/fbiterm && \
/usr/bin/fbiterm echo >/dev/null 2>&1;
Expand All @@ -42,13 +40,6 @@ function check_run_fbiterm () {
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
fi
;;
ja*|ko*|zh*)
# use english
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
;;
esac
fi
}

Expand Down

0 comments on commit 9b39a99

Please sign in to comment.