Update pbs-zfs-daily.sh

autopurge -y
This commit is contained in:
Chriz
2025-04-15 16:48:33 +02:00
committed by GitHub
parent 233a6a72f8
commit 32889c6231

View File

@@ -52,7 +52,7 @@ echo "checkzfs_spool_maxage=90000" >> /etc/bashclub/$SOURCEHOST.conf
if [[ "$UPDATES" == "yes" ]]
then
apt update && apt dist-upgrade -y
apt autopurge
apt autopurge -y
else
echo "No Updates configured - Consider updating more often!"