remove glances from purge

This commit is contained in:
t3chn0m4g3
2022-03-30 21:01:07 +00:00
parent 572d540ead
commit 3a3117ab19

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 glances mailutils ntp pcp
apt-fast -y purge cockpit-pcp elasticsearch-curator exim4-base mailutils ntp pcp
apt-mark hold exim4-base mailutils ntp pcp cockpit-pcp
hash -r
echo