mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-03 05:38: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)
|
local myPACKAGES=$(cat /opt/tpot/packages.txt)
|
||||||
echo
|
echo
|
||||||
echo "### Removing and holding back problematic packages ..."
|
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
|
apt-mark hold exim4-base mailutils ntp pcp cockpit-pcp
|
||||||
hash -r
|
hash -r
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue