mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
add new elkbase, prevent mailutils from installation
This commit is contained in:
parent
8d59602a75
commit
89b249d228
3 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -284,9 +284,9 @@ EOF
|
||||||
echo
|
echo
|
||||||
apt-get -y install $myINSTALLPACKAGES
|
apt-get -y install $myINSTALLPACKAGES
|
||||||
# Remove exim4
|
# Remove exim4
|
||||||
apt-get -y purge exim4-base
|
apt-get -y purge exim4-base mailutils
|
||||||
apt-get -y autoremove
|
apt-get -y autoremove
|
||||||
apt-mark hold exim4-base
|
apt-mark hold exim4-base mailutils
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check for other services
|
# Check for other services
|
||||||
|
|
|
@ -186,8 +186,8 @@ npm install "https://github.com/taskrabbit/elasticsearch-dump" -g
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
hash -r
|
hash -r
|
||||||
pip install --upgrade elasticsearch-curator yq
|
pip install --upgrade elasticsearch-curator yq
|
||||||
apt-get -y purge exim4-base
|
apt-get -y purge exim4-base mailutils
|
||||||
apt-mark hold exim4-base
|
apt-mark hold exim4-base mailutils
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "### Now replacing T-Pot related config files on host"
|
echo "### Now replacing T-Pot related config files on host"
|
||||||
|
|
Loading…
Reference in a new issue