adjust updater

This commit is contained in:
t3chn0m4g3 2022-03-30 21:04:19 +00:00
parent 3a3117ab19
commit 4ea2a11a44

View file

@ -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