mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
parent
eda2878024
commit
ab46fcb298
2 changed files with 3 additions and 3 deletions
|
@ -873,14 +873,14 @@ tee -a /root/.bashrc <<EOF
|
||||||
$mySHELLCHECK
|
$mySHELLCHECK
|
||||||
$myROOTPROMPT
|
$myROOTPROMPT
|
||||||
$myROOTCOLORS
|
$myROOTCOLORS
|
||||||
PATH="$PATH:/opt/tpot/bin"
|
PATH="\$PATH:/opt/tpot/bin"
|
||||||
EOF
|
EOF
|
||||||
for i in $(ls -d /home/*/)
|
for i in $(ls -d /home/*/)
|
||||||
do
|
do
|
||||||
tee -a $i.bashrc <<EOF
|
tee -a $i.bashrc <<EOF
|
||||||
$mySHELLCHECK
|
$mySHELLCHECK
|
||||||
$myUSERPROMPT
|
$myUSERPROMPT
|
||||||
PATH="$PATH:/opt/tpot/bin"
|
PATH="\$PATH:/opt/tpot/bin"
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ myBACKTITLE="T-Pot - ISO Creator"
|
||||||
### DEV
|
### DEV
|
||||||
myTPOTDIR="tpotiso"
|
myTPOTDIR="tpotiso"
|
||||||
myTPOTSEED="iso/preseed/tpot.seed"
|
myTPOTSEED="iso/preseed/tpot.seed"
|
||||||
myPACKAGES="dialog genisoimage syslinux syslinux-utils pv rsync udisks2 xorriso"
|
myPACKAGES="dialog genisoimage pv rsync syslinux syslinux-utils udisks2 wget xorriso"
|
||||||
myPFXFILE="iso/installer/keys/8021x.pfx"
|
myPFXFILE="iso/installer/keys/8021x.pfx"
|
||||||
myINSTALLERPATH="iso/installer/install.sh"
|
myINSTALLERPATH="iso/installer/install.sh"
|
||||||
myNTPCONFFILE="iso/installer/timesyncd.conf"
|
myNTPCONFFILE="iso/installer/timesyncd.conf"
|
||||||
|
|
Loading…
Reference in a new issue