mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
set linux as term
This commit is contained in:
parent
9090b5cfd7
commit
ff4a87ff42
2 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
########################################################
|
||||
|
||||
# Set TERM, DIALOGRC
|
||||
export TERM=xterm
|
||||
export TERM=linux
|
||||
export DIALOGRC=/etc/dialogrc
|
||||
|
||||
# Let's load dialog color theme
|
||||
|
|
|
@ -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 ...
|
||||
|
|
Loading…
Reference in a new issue