#!/bin/bash #Translation export TEXTDOMAINDIR="/usr/share/locale" export TEXTDOMAIN=biglinux-livecd # Import BigControlCenter base modules / Importa os módulos básicos do BigControlCenter # That's include jquery and materialize / Isso inclui o jquery e o materialize # http://materializecss.com/ . /usr/share/bigbashview/bcc/shell/base.sh theme_actual="$(cat /tmp/big_desktop_theme)" if [ "$theme_actual" = "" ]; then biglinux-themes.sh --apply arc checked_arc="checked" fi if [ "$theme_actual" = "arc" ]; then checked_arc="checked" fi if [ "$theme_actual" = "adapta" ]; then checked_adapta="checked" fi if [ "$theme_actual" = "dark" ]; then checked_dark="checked" fi echo ' ' setxkbmap $(grep XKBLAYOUT /etc/default/keyboard | sed 's|.*="||g;s|"||g') echo '' cat << EOF EOF echo '
' echo '

' echo $"Esta é a distribução BigLinux, uma remasterização da distribuição Ubuntu, mantendo total compatibilidade e trazendo recursos avançados configurados de forma automática." '

' echo $"Passe o mouse sobre as opções abaixo e faça sua escolha:" '

' echo '

' echo '
'