set linux as term

This commit is contained in:
Marco Ochse 2017-03-22 18:42:24 +00:00
parent 9090b5cfd7
commit ff4a87ff42
2 changed files with 5 additions and 2 deletions

View file

@ -7,7 +7,7 @@
########################################################
# Set TERM, DIALOGRC
export TERM=xterm
export TERM=linux
export DIALOGRC=/etc/dialogrc
# Let's load dialog color theme

View file

@ -7,6 +7,10 @@
# v17.06 by mo, DTAG, 2017-03-13 #
########################################################
# Set TERM, DIALOGRC
export DIALOGRC=/etc/dialogrc
export TERM=linux
# Let's define some global vars
myBACKTITLE="T-Pot - ISO Creator"
myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/mini.iso"
@ -34,7 +38,6 @@ if [ "$myWHOAMI" != "root" ]
fi
# Let's load dialog color theme
export DIALOGRC=/etc/dialogrc
cp installer/etc/dialogrc /etc/
# Let's clean up at the end or if something goes wrong ...