diff --git a/installer/install.sh b/installer/install.sh index 1b37c8d6..0f2d253e 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -7,7 +7,7 @@ ######################################################## # Set TERM, DIALOGRC -export TERM=xterm +export TERM=linux export DIALOGRC=/etc/dialogrc # Let's load dialog color theme diff --git a/makeiso.sh b/makeiso.sh index 7064414c..3f11e036 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -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 ...