mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
set linux as term
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
# Set TERM, DIALOGRC
|
# Set TERM, DIALOGRC
|
||||||
export TERM=xterm
|
export TERM=linux
|
||||||
export DIALOGRC=/etc/dialogrc
|
export DIALOGRC=/etc/dialogrc
|
||||||
|
|
||||||
# Let's load dialog color theme
|
# Let's load dialog color theme
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
# v17.06 by mo, DTAG, 2017-03-13 #
|
# v17.06 by mo, DTAG, 2017-03-13 #
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
|
# Set TERM, DIALOGRC
|
||||||
|
export DIALOGRC=/etc/dialogrc
|
||||||
|
export TERM=linux
|
||||||
|
|
||||||
# Let's define some global vars
|
# Let's define some global vars
|
||||||
myBACKTITLE="T-Pot - ISO Creator"
|
myBACKTITLE="T-Pot - ISO Creator"
|
||||||
myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/mini.iso"
|
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
|
fi
|
||||||
|
|
||||||
# Let's load dialog color theme
|
# Let's load dialog color theme
|
||||||
export DIALOGRC=/etc/dialogrc
|
|
||||||
cp installer/etc/dialogrc /etc/
|
cp installer/etc/dialogrc /etc/
|
||||||
|
|
||||||
# Let's clean up at the end or if something goes wrong ...
|
# Let's clean up at the end or if something goes wrong ...
|
||||||
|
Reference in New Issue
Block a user