as proposed by @tadashi-oya, #1059 #1053

This commit is contained in:
t3chn0m4g3
2022-04-04 10:58:33 +00:00
parent eda2878024
commit ab46fcb298
2 changed files with 3 additions and 3 deletions

View File

@ -873,14 +873,14 @@ tee -a /root/.bashrc <<EOF
$mySHELLCHECK
$myROOTPROMPT
$myROOTCOLORS
PATH="$PATH:/opt/tpot/bin"
PATH="\$PATH:/opt/tpot/bin"
EOF
for i in $(ls -d /home/*/)
do
tee -a $i.bashrc <<EOF
$mySHELLCHECK
$myUSERPROMPT
PATH="$PATH:/opt/tpot/bin"
PATH="\$PATH:/opt/tpot/bin"
EOF
done