From 4ea2a11a445ccee2e8f44af744b4a0a35c09a48c Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 30 Mar 2022 21:04:19 +0000 Subject: [PATCH] adjust updater --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5e93b205..9ad87668 100755 --- a/update.sh +++ b/update.sh @@ -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