mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-02 13:18:52 +00:00
adjust updater
This commit is contained in:
parent
3a3117ab19
commit
4ea2a11a44
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ echo "### Installing apt-fast"
|
|||
local myPACKAGES=$(cat /opt/tpot/packages.txt)
|
||||
echo
|
||||
echo "### Removing and holding back problematic packages ..."
|
||||
apt-fast -y purge cockpit-pcp elasticsearch-curator exim4-base mailutils ntp pcp
|
||||
apt-fast -y --allow-change-held-packages purge cockpit-pcp elasticsearch-curator exim4-base mailutils ntp pcp
|
||||
apt-mark hold exim4-base mailutils ntp pcp cockpit-pcp
|
||||
hash -r
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue